fixes for data form list fields
This commit is contained in:
parent
0e299cc18b
commit
dbe99c3295
2 changed files with 5 additions and 2 deletions
|
|
@ -129,7 +129,7 @@ sub convertDataForm {
|
|||
name => $fieldData->{name},
|
||||
status => $fieldData->{status},
|
||||
type => "\u$fieldData->{type}",
|
||||
possibleValues => $fieldData->{possibleValues},
|
||||
options => $fieldData->{possibleValues},
|
||||
defaultValue => $fieldData->{defaultValue},
|
||||
width => $fieldData->{width},
|
||||
subtext => $fieldData->{subtext},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue