mirror of
https://github.com/ansible/awx.git
synced 2026-07-08 23:08:04 -02:30
for a textarea answer, default answer field should be a text area
This commit is contained in:
@@ -564,6 +564,9 @@ angular.module('SurveyHelper', [ 'Utilities', 'RestServices', 'SchedulesHelper',
|
||||
if(scope[fld]){
|
||||
if(fld === "type"){
|
||||
data[fld] = scope[fld].type;
|
||||
if(scope[fld].type==="textarea"){
|
||||
data["default"] = scope.default_textarea;
|
||||
}
|
||||
if(scope[fld].type==="integer" || scope[fld].type==="float"){
|
||||
data[min] = $('#answer_min').val();
|
||||
data[max] = $('#answer_max').val();
|
||||
|
||||
Reference in New Issue
Block a user