mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
refs #787, support for headers / shared files in web data services
* allow to load shared files * utility functions for timestamps * some functions renamed
This commit is contained in:
@@ -60,7 +60,7 @@ namespace BlackGui
|
||||
void CDbDistributorComponent::ps_reload()
|
||||
{
|
||||
if (!sGui) { return; }
|
||||
sGui->getWebDataServices()->triggerReloadFromDb(CEntityFlags::DistributorEntity);
|
||||
sGui->getWebDataServices()->triggerLoadingDirectlyFromDb(CEntityFlags::DistributorEntity);
|
||||
}
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user