make username mandatory when profile locked
This commit is contained in:
@@ -787,6 +787,8 @@ angular.module('Application').controller('UsersController', ['$scope', '$locatio
|
||||
$scope.profileConfigForm.$setUntouched();
|
||||
$scope.profileConfigForm.$setPristine();
|
||||
|
||||
Client.refreshConfig(); // refresh the $scope.config
|
||||
|
||||
$timeout(function () {
|
||||
$scope.profileConfig.busy = false;
|
||||
}, 3000);
|
||||
|
||||
Reference in New Issue
Block a user