Added an optionsSettable flag to form types that have an options property
This commit is contained in:
parent
3ea9420479
commit
e862cb8303
15 changed files with 131 additions and 25 deletions
|
|
@ -1147,7 +1147,7 @@ sub www_editThing {
|
|||
if (defined $definition->[0]->{vertical}->{defaultValue}){
|
||||
push(@hasVertical, $fieldType);
|
||||
}
|
||||
if ($form->get("options")){
|
||||
if ($form->get("optionsSettable")){
|
||||
push(@hasValues, $fieldType);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue