spaces: fetch users/groups/domains

This commit is contained in:
Girish Ramakrishnan
2018-08-03 23:27:21 -07:00
parent eed460f435
commit 0c04d5bfc8

View File

@@ -598,7 +598,7 @@ angular.module('Application').controller('AppsController', ['$scope', '$location
Client.onReady(function () {
Client.refreshInstalledApps(); // refresh the new list immediately when switching from another view (appstore)
if ($scope.user.admin) {
if ($scope.user.admin || $scope.config.spaces.enabled) {
fetchUsers();
fetchGroups();
getDomains();