derive features from edition
This commit is contained in:
+1
-1
@@ -604,7 +604,7 @@ angular.module('Application').controller('AppsController', ['$scope', '$location
|
||||
|
||||
$scope.spacesSuffix = $scope.user.username.replace(/\./g, '-');
|
||||
|
||||
if ($scope.user.admin || $scope.config.spaces) {
|
||||
if ($scope.user.admin || $scope.config.features.spaces) {
|
||||
fetchUsers();
|
||||
fetchGroups();
|
||||
getDomains();
|
||||
|
||||
Reference in New Issue
Block a user