mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 09:18:48 -03:30
Run through optionsRequestDataProcessing whenever the list data changes
This commit is contained in:
@@ -121,6 +121,7 @@ export default ['addPermissionsTeamsList', 'addPermissionsUsersList', 'TemplateL
|
||||
|
||||
scope.$watch(list.name, function(){
|
||||
_.forEach(scope[`${list.name}`], isSelected);
|
||||
optionsRequestDataProcessing();
|
||||
});
|
||||
|
||||
scope.$on(`${list.iterator}_options`, function(event, data){
|
||||
|
||||
Reference in New Issue
Block a user