mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
Navigate the user to the inventory edit form after creating basic inventory
This commit is contained in:
parent
8173ec4014
commit
ad494bbb40
@ -77,7 +77,7 @@ function InventoriesAdd($scope, $location,
|
||||
.success(function(data) {
|
||||
var inventory_id = data.id;
|
||||
Wait('stop');
|
||||
$location.path('/inventories/' + inventory_id);
|
||||
$state.go('inventories.edit', {inventory_id: inventory_id});
|
||||
})
|
||||
.error(function(data, status) {
|
||||
ProcessErrors($scope, data, status, form, {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user