mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 09:18:48 -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'),
|
defaultUrl = GetBasePath('organizations'),
|
||||||
url;
|
url;
|
||||||
|
|
||||||
generate.inject(OrganizationList, { mode: mode, scope: $scope });
|
generate.inject(OrganizationList, { mode: mode, scope: $scope, breadCrumbs:((mode === 'select') ? true : false) });
|
||||||
$rootScope.flashMessage = null;
|
$rootScope.flashMessage = null;
|
||||||
LoadBreadCrumbs();
|
LoadBreadCrumbs();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user