bugfix
This commit is contained in:
parent
07c7cf6098
commit
e511f6ee85
1 changed files with 1 additions and 1 deletions
|
|
@ -439,7 +439,7 @@ sub new {
|
|||
%raw = @_;
|
||||
}
|
||||
my %params;
|
||||
foreach my $definition (reverse @{$class->definition}) {
|
||||
foreach my $definition (reverse @{$class->definition($session)}) {
|
||||
foreach my $fieldName (keys %{$definition}) {
|
||||
my $value = $raw{$fieldName};
|
||||
# if we have no value, try the tagged name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue