Fixed the breadcrumb on the edit users page

This commit is contained in:
Michael Abashian 2017-01-04 17:29:00 -05:00
parent 006acadc25
commit 73a8b86360

View File

@ -247,6 +247,7 @@ export function UsersEdit($scope, $rootScope, $location,
}
$scope.user_obj = data;
$scope.name = data.username;
CreateSelect2({
element: '#user_user_type',