make username mandatory when profile locked

This commit is contained in:
Girish Ramakrishnan
2022-01-13 15:20:29 -08:00
parent 2085a4a7d4
commit 9109c89d8f
7 changed files with 70 additions and 28 deletions

View File

@@ -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);