replace operatorActions with managed
This commit is contained in:
@@ -492,7 +492,7 @@ angular.module('Application').controller('AppStoreController', ['$scope', '$loca
|
||||
return callback();
|
||||
}
|
||||
|
||||
if ($scope.user.admin && !$scope.config.features.operatorActions) {
|
||||
if ($scope.user.admin && $scope.config.managed) {
|
||||
$scope.validAppstoreAccount = true;
|
||||
return callback();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user