Added an optionsSettable flag to form types that have an options property

This commit is contained in:
Yung Han Khoe 2008-03-27 11:16:55 +00:00
parent 3ea9420479
commit e862cb8303
15 changed files with 131 additions and 25 deletions

View file

@ -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);
}