From c61ef0a6022097545a6425badd2342aaa23d6ac8 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Thu, 9 Apr 2015 14:42:14 -0400 Subject: [PATCH] send user to inventory manage when saving new inventory --- awx/ui/static/js/controllers/Inventories.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/controllers/Inventories.js b/awx/ui/static/js/controllers/Inventories.js index 31ace3d3a5..a92eb4e35b 100644 --- a/awx/ui/static/js/controllers/Inventories.js +++ b/awx/ui/static/js/controllers/Inventories.js @@ -442,7 +442,7 @@ export function InventoriesAdd($scope, $rootScope, $compile, $location, $log, $r Rest.put(json_data) .success(function () { Wait('stop'); - $location.path('/inventories/' + inventory_id + '/'); + $location.path('/inventories/' + inventory_id + '/manage'); }) .error(function (data, status) { ProcessErrors( $scope, data, status, null, { hdr: 'Error!',