mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 20:30:46 -03:30
fixed breadcrumb for when editing a job template
from an inventory properties page
This commit is contained in:
parent
206fb6b288
commit
2885ad4cb2
@ -503,7 +503,7 @@ export function InventoriesEdit($scope, $rootScope, $compile, $location, $log, $
|
||||
generator.inject(form, { mode: 'edit', related: true, scope: $scope });
|
||||
|
||||
generator.reset();
|
||||
LoadBreadCrumbs();
|
||||
|
||||
|
||||
// After the project is loaded, retrieve each related set
|
||||
if ($scope.inventoryLoadedRemove) {
|
||||
@ -556,6 +556,11 @@ export function InventoriesEdit($scope, $rootScope, $compile, $location, $log, $
|
||||
relatedSets: relatedSets
|
||||
});
|
||||
|
||||
LoadBreadCrumbs({
|
||||
path: $location.path(),
|
||||
title: $scope.inventory_name
|
||||
});
|
||||
|
||||
Wait('stop');
|
||||
$scope.parseType = 'yaml';
|
||||
ParseTypeChange({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user