mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +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->showLoading();
|
||||
|
||||
// shared files ts
|
||||
// shared files ts and DB info objects
|
||||
sGui->getWebDataServices()->triggerReadOfSharedInfoObjects();
|
||||
sGui->getWebDataServices()->triggerReadOfDbInfoObjects();
|
||||
}
|
||||
@@ -305,7 +305,7 @@ namespace BlackGui
|
||||
this->showLoading();
|
||||
|
||||
// shared files ts
|
||||
sGui->getWebDataServices()->triggerReadOfDbInfoObjects();
|
||||
sGui->getWebDataServices()->triggerReadOfSharedInfoObjects();
|
||||
}
|
||||
|
||||
void CDbLoadOverviewComponent::ps_dataLoaded(CEntityFlags::Entity entities, CEntityFlags::ReadState state, int number)
|
||||
|
||||
Reference in New Issue
Block a user