File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 9
9
- fixed #12303: Survey custom multiple choice question types
10
10
- fixed #12304: Surven packages do not include custom question types
11
11
- fixed #12309: Some child assets ignore visitor cache timeouts
12
+ - fixed possible values and default values on EMS submission.
12
13
13
14
7.10.23
14
15
- fixed #12225: Stock asset, multiple instances on a page
Original file line number Diff line number Diff line change @@ -434,6 +434,8 @@ sub www_editSubmission {
434
434
$fields -> {$fieldId }{fieldType } = $metaField -> {dataType };
435
435
$fields -> {$fieldId }{name } = $fieldId ;
436
436
$fields -> {$fieldId }{value } = $self -> get($fieldId ) if $self ;
437
+ $fields -> {$fieldId }{options } = $metaField -> {possibleValues };
438
+ $fields -> {$fieldId }{defaultValue } = $metaField -> {defaultValues };
437
439
}
438
440
}
439
441
You can’t perform that action at this time.
0 commit comments