Fixed bug in load overview

This commit is contained in:
Klaus Basan
2017-05-04 02:26:27 +02:00
committed by Mathew Sutcliffe
parent 0fd3857b87
commit 94fbfeefdb

View File

@@ -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)