mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
fixed issue with editing multiselect
the multiselect was not updating the default value.
This commit is contained in:
parent
21e4afca14
commit
beb4602933
@ -666,9 +666,11 @@ angular.module('SurveyHelper', [ 'Utilities', 'RestServices', 'SchedulesHelper',
|
||||
data.default = scope.default_int;
|
||||
}
|
||||
}
|
||||
else if(fld==='default_multiselect'){
|
||||
data.default = scope.default_multiselect;
|
||||
}
|
||||
else{
|
||||
data[fld] = scope[fld];
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user