Remove usage of tokenScopes and caps

This commit is contained in:
Girish Ramakrishnan
2018-08-03 10:09:04 -07:00
parent 7969dff043
commit cf5cf9e42f
17 changed files with 34 additions and 60 deletions
+1 -1
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.caps.apps) {
if ($scope.user.admin) {
fetchUsers();
fetchGroups();
getDomains();