Remove various subscription upgrade hooks

it's in free plan for quite a while now
This commit is contained in:
Girish Ramakrishnan
2022-05-26 14:13:13 -07:00
parent fb109008fa
commit 74aac4876a
7 changed files with 13 additions and 60 deletions

View File

@@ -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 = {};