added some of the rollback features
This commit is contained in:
parent
4033ad4b83
commit
876b1da8bb
6 changed files with 144 additions and 6 deletions
|
|
@ -290,7 +290,7 @@ sub _parsePlaceholderParams {
|
|||
my $param;
|
||||
if($type =~ /^form/) {
|
||||
$param = $session{form}{$field};
|
||||
} elsif ($param =~ /^query(\d)/) {
|
||||
} elsif ($type =~ /^query(\d)/) {
|
||||
$param = $self->{_query}{$1}{rowData}{$field};
|
||||
}
|
||||
$param = WebGUI::Macro::process($param);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue