fixed issue where default value was never being set
This commit is contained in:
parent
2c0c877102
commit
8b4bfa1c90
1 changed files with 1 additions and 0 deletions
|
|
@ -145,6 +145,7 @@ sub _formProperties {
|
|||
}
|
||||
$properties->{options} = $orderedValues;
|
||||
$properties->{forceImageOnly} = $self->get("forceImageOnly");
|
||||
$properties->{dataDefault} = $self->get("dataDefault");
|
||||
return $properties;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue