diff --git a/src/views/apps.js b/src/views/apps.js index 4b4cdbdd8..69f6131fc 100644 --- a/src/views/apps.js +++ b/src/views/apps.js @@ -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();