mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
Run through optionsRequestDataProcessing whenever the list data changes
This commit is contained in:
parent
8649ae8c4a
commit
b3662ecdd6
@ -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){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user