mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
Fixed bug in load overview
This commit is contained in:
committed by
Mathew Sutcliffe
parent
0fd3857b87
commit
94fbfeefdb
@@ -281,7 +281,7 @@ namespace BlackGui
|
|||||||
this->m_loadInProgress = true;
|
this->m_loadInProgress = true;
|
||||||
this->showLoading();
|
this->showLoading();
|
||||||
|
|
||||||
// shared files ts
|
// shared files ts and DB info objects
|
||||||
sGui->getWebDataServices()->triggerReadOfSharedInfoObjects();
|
sGui->getWebDataServices()->triggerReadOfSharedInfoObjects();
|
||||||
sGui->getWebDataServices()->triggerReadOfDbInfoObjects();
|
sGui->getWebDataServices()->triggerReadOfDbInfoObjects();
|
||||||
}
|
}
|
||||||
@@ -305,7 +305,7 @@ namespace BlackGui
|
|||||||
this->showLoading();
|
this->showLoading();
|
||||||
|
|
||||||
// shared files ts
|
// shared files ts
|
||||||
sGui->getWebDataServices()->triggerReadOfDbInfoObjects();
|
sGui->getWebDataServices()->triggerReadOfSharedInfoObjects();
|
||||||
}
|
}
|
||||||
|
|
||||||
void CDbLoadOverviewComponent::ps_dataLoaded(CEntityFlags::Entity entities, CEntityFlags::ReadState state, int number)
|
void CDbLoadOverviewComponent::ps_dataLoaded(CEntityFlags::Entity entities, CEntityFlags::ReadState state, int number)
|
||||||
|
|||||||
Reference in New Issue
Block a user