mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
fixed issue with editing multiselect
the multiselect was not updating the default value.
This commit is contained in:
@@ -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];
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user