mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 10:10:01 -03:30
Breadcrumbs
When adding an organization to a project breadcrumbs did not appear. Fixed.
This commit is contained in:
@@ -22,7 +22,7 @@ function OrganizationsList($routeParams, $scope, $rootScope, $location, $log, Re
|
||||
defaultUrl = GetBasePath('organizations'),
|
||||
url;
|
||||
|
||||
generate.inject(OrganizationList, { mode: mode, scope: $scope });
|
||||
generate.inject(OrganizationList, { mode: mode, scope: $scope, breadCrumbs:((mode === 'select') ? true : false) });
|
||||
$rootScope.flashMessage = null;
|
||||
LoadBreadCrumbs();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user