mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 23:46:05 -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(){
|
scope.$watch(list.name, function(){
|
||||||
_.forEach(scope[`${list.name}`], isSelected);
|
_.forEach(scope[`${list.name}`], isSelected);
|
||||||
|
optionsRequestDataProcessing();
|
||||||
});
|
});
|
||||||
|
|
||||||
scope.$on(`${list.iterator}_options`, function(event, data){
|
scope.$on(`${list.iterator}_options`, function(event, data){
|
||||||
|
|||||||
Reference in New Issue
Block a user