Revert previous bugfix for MetaData list type form controls, and change the

hoverhelp instead.
This commit is contained in:
Colin Kuskie 2009-05-29 15:37:16 +00:00
parent 26142d4730
commit 91694a2e97
4 changed files with 12 additions and 10 deletions

View file

@ -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,