dashboard: clear user selection when adding groups
This commit is contained in:
@@ -480,6 +480,7 @@ angular.module('Application').controller('UsersController', ['$scope', '$locatio
|
||||
|
||||
$scope.groupAdd.error = {};
|
||||
$scope.groupAdd.name = '';
|
||||
$scope.groupAdd.selectedUsers = [];
|
||||
|
||||
$scope.groupAddForm.$setUntouched();
|
||||
$scope.groupAddForm.$setPristine();
|
||||
|
||||
Reference in New Issue
Block a user