mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 12:41:19 -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:
parent
fd443295dd
commit
18cb53cd26
@ -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');
|
||||
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user