Remove various subscription upgrade hooks
it's in free plan for quite a while now
This commit is contained in:
@@ -532,11 +532,6 @@ angular.module('Application').controller('UsersController', ['$scope', '$locatio
|
||||
selectedUsers: [],
|
||||
|
||||
show: function () {
|
||||
if (!$scope.config.features.userGroups && $scope.groups.length > 0) {
|
||||
$('#subscriptionRequiredGroupModal').modal('show');
|
||||
return;
|
||||
}
|
||||
|
||||
$scope.groupAdd.busy = false;
|
||||
|
||||
$scope.groupAdd.error = {};
|
||||
|
||||
Reference in New Issue
Block a user