From ee6bc5dbfd03344447789cea5e0ea5d1df0a98a8 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Mon, 6 Jul 2015 15:10:36 -0400 Subject: [PATCH] redirecting to inventory manage screen after save after saving a new inventory --- awx/ui/client/src/controllers/Inventories.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/src/controllers/Inventories.js b/awx/ui/client/src/controllers/Inventories.js index 0baa2b5a1b..187a99d10e 100644 --- a/awx/ui/client/src/controllers/Inventories.js +++ b/awx/ui/client/src/controllers/Inventories.js @@ -3,7 +3,7 @@ * * All Rights Reserved *************************************************/ - + /** * @ngdoc function * @name controllers.function:Inventories @@ -433,7 +433,7 @@ export function InventoriesAdd($scope, $rootScope, $compile, $location, $log, $r .success(function (data) { var inventory_id = data.id; Wait('stop'); - $location.path('/inventories/' + inventory_id + '/'); + $location.path('/inventories/' + inventory_id + '/manage'); }) .error(function (data, status) { ProcessErrors( $scope, data, status, form, { hdr: 'Error!',