send user to inventory manage when saving new inventory

This commit is contained in:
Jared Tabor 2015-04-09 14:42:14 -04:00
parent 124492e073
commit c61ef0a602

View File

@ -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!',