fix list type form data in Shortcut, too
This commit is contained in:
parent
91694a2e97
commit
2daa6c6c99
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ sub _drawQueryBuilder {
|
|||
});
|
||||
# The value select field
|
||||
my $valFieldName = "val_field".$i;
|
||||
my $options = $session,$fields->{$field}{possibleValues};
|
||||
my $options = $fields->{$field}{possibleValues};
|
||||
my $valueField = WebGUI::Form::dynamicField($session,
|
||||
fieldType=>$fieldType,
|
||||
name=>$valFieldName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue