refs #720, force reload of DB data loads directly from DB

This commit is contained in:
Klaus Basan
2016-08-09 02:00:41 +02:00
committed by Mathew Sutcliffe
parent c5dc61d64f
commit c591fe2517
5 changed files with 5 additions and 5 deletions

View File

@@ -58,7 +58,7 @@ namespace BlackGui
void CDbCountryComponent::ps_reload()
{
if (!sGui) { return; }
sApp->getWebDataServices()->triggerRead(CEntityFlags::CountryEntity);
sApp->getWebDataServices()->triggerReloadFromDb(CEntityFlags::CountryEntity);
}
} // ns
} // ns