mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -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.user_obj = data;
|
||||||
|
$scope.name = data.username;
|
||||||
|
|
||||||
CreateSelect2({
|
CreateSelect2({
|
||||||
element: '#user_user_type',
|
element: '#user_user_type',
|
||||||
|
|||||||
Reference in New Issue
Block a user