converting WebGUI::Form API to use new session system
This commit is contained in:
parent
9520b4ce48
commit
2599a4c853
28 changed files with 199 additions and 181 deletions
|
|
@ -94,7 +94,7 @@ sub _drawQueryBuilder {
|
|||
});
|
||||
# The value select field
|
||||
my $valFieldName = "val_field".$i;
|
||||
my $valueField = WebGUI::Form::dynamicField(
|
||||
my $valueField = WebGUI::Form::dynamicField($self->session,
|
||||
fieldType=>$fieldType,
|
||||
name=>$valFieldName,
|
||||
uiLevel=>5,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue