mirror of
https://github.com/ansible/awx.git
synced 2026-03-28 22:35:08 -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;
|
data.default = scope.default_int;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if(fld==='default_multiselect'){
|
||||||
|
data.default = scope.default_multiselect;
|
||||||
|
}
|
||||||
else{
|
else{
|
||||||
data[fld] = scope[fld];
|
data[fld] = scope[fld];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user