From 0c04d5bfc8f36d69de5385259aac9d0d285d3e76 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 3 Aug 2018 23:27:21 -0700 Subject: [PATCH] spaces: fetch users/groups/domains --- src/views/apps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();