Fixing issues related with the roles of secondary user store

revert-dabc3590
Megala 8 years ago
parent b16730f70d
commit 9f0f3a8560

@ -56,6 +56,6 @@ $(document).ready(function () {
updateStats("/api/device-mgt/v1.0/users/count", "#user-count");
}
if ($("#role-count").data("role-count")) {
updateStats("/api/device-mgt/v1.0/roles?offset=0&limit=1", "#role-count");
updateStats("/api/device-mgt/v1.0/roles?offset=0&limit=1&user-store=all", "#role-count");
}
});
Loading…
Cancel
Save