ProfileFields were missing extras from their properties. Fixes bug #12102.
This commit is contained in:
parent
ef08d0d481
commit
3982b7ee39
3 changed files with 21 additions and 1 deletions
|
|
@ -254,6 +254,7 @@ sub formProperties {
|
|||
$properties{ options } = $orderedValues;
|
||||
$properties{ forceImageOnly } = $self->get("forceImageOnly");
|
||||
$properties{ dataDefault } = $self->get("dataDefault");
|
||||
$properties{ extras } = $self->get("extras");
|
||||
return \%properties;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue