mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02: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({
|
SearchInit({
|
||||||
scope: scope,
|
scope: scope,
|
||||||
set: 'custum_inventories',
|
set: 'custom_inventories',
|
||||||
list: list,
|
list: list,
|
||||||
url: url
|
url: url
|
||||||
});
|
});
|
||||||
@@ -308,6 +308,7 @@ function($compile, CustomInventoryList, Rest, Wait, GenerateList, CustomInventor
|
|||||||
});
|
});
|
||||||
|
|
||||||
scope.search(list.iterator);
|
scope.search(list.iterator);
|
||||||
|
|
||||||
Wait('stop');
|
Wait('stop');
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user