From 0a2ea64438212e16a1fbbd6f9e01b81e7d985067 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Mon, 25 Aug 2014 11:16:25 -0400 Subject: [PATCH] uncommented code for bread crumb fix on actvity stream for inventory groups page --- awx/ui/static/js/controllers/Inventories.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/static/js/controllers/Inventories.js b/awx/ui/static/js/controllers/Inventories.js index 230c470a24..c2078ddeb2 100644 --- a/awx/ui/static/js/controllers/Inventories.js +++ b/awx/ui/static/js/controllers/Inventories.js @@ -569,10 +569,10 @@ function InventoriesEdit ($log, $scope, $location, $routeParams, $compile, Gener $scope.removeInventoryLoaded = $scope.$on('InventoryLoaded', function() { var e, rows; - /*LoadBreadCrumbs({ + LoadBreadCrumbs({ path: $location.path(), title: '{{ inventory.name }}' - });*/ + }); $scope.group_breadcrumbs[0].name = $scope.inventory.name; // Build page breadcrumbs