Revert previous bugfix for MetaData list type form controls, and change the
hoverhelp instead.
This commit is contained in:
parent
26142d4730
commit
91694a2e97
4 changed files with 12 additions and 10 deletions
|
|
@ -90,7 +90,7 @@ sub _drawQueryBuilder {
|
|||
});
|
||||
# The value select field
|
||||
my $valFieldName = "val_field".$i;
|
||||
my $options = WebGUI::Operation::Shared::secureEval($session,$fields->{$field}{possibleValues});
|
||||
my $options = $session,$fields->{$field}{possibleValues};
|
||||
my $valueField = WebGUI::Form::dynamicField($session,
|
||||
fieldType=>$fieldType,
|
||||
name=>$valFieldName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue