mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 10:30:03 -03:30
Breadcrumbs
When adding an organization to a project breadcrumbs did not appear. Fixed.
This commit is contained in:
parent
499fe47a7c
commit
7d6cf7e2d0
@ -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();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user