mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
Fixed the breadcrumb on the edit users page
This commit is contained in:
@@ -247,6 +247,7 @@ export function UsersEdit($scope, $rootScope, $location,
|
||||
}
|
||||
|
||||
$scope.user_obj = data;
|
||||
$scope.name = data.username;
|
||||
|
||||
CreateSelect2({
|
||||
element: '#user_user_type',
|
||||
|
||||
Reference in New Issue
Block a user