Commit 4ef1cf1f authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-939 ZPushAdmin::GetDeviceDetails() should load all states (also the

hierarchy cache), mark the KOE GAB folder as gab in the overview of
folders of z-push-admin, show folder name of currently synchronizing
folders.

Released under the Affero GNU General Public License (AGPL) version 3.
parent d8dc78ba
......@@ -106,8 +106,8 @@ class ZPushAdmin {
$sc = new SyncCollections();
$sc->SetStateManager($stateManager);
// load all collections of device without loading states, checking permissions or loading the hierarchy
$sc->LoadAllCollections(true, false, false, false);
// load all collections of device also loading states and loading hierarchy, but not checking permissions
$sc->LoadAllCollections(true, true, false, true);
if ($sc->GetLastSyncTime())
$device->SetLastSyncTime($sc->GetLastSyncTime());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment