mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
fixed breadcrumb for when editing a job template
from an inventory properties page
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user