mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
Custom inventory : Edit
fixed issue with list of custom inventories not updating correctly when a user saves an inv script they were editing
This commit is contained in:
@@ -297,7 +297,7 @@ function($compile, CustomInventoryList, Rest, Wait, GenerateList, CustomInventor
|
||||
|
||||
SearchInit({
|
||||
scope: scope,
|
||||
set: 'custum_inventories',
|
||||
set: 'custom_inventories',
|
||||
list: list,
|
||||
url: url
|
||||
});
|
||||
@@ -308,6 +308,7 @@ function($compile, CustomInventoryList, Rest, Wait, GenerateList, CustomInventor
|
||||
});
|
||||
|
||||
scope.search(list.iterator);
|
||||
|
||||
Wait('stop');
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user