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 = @_;
|
%raw = @_;
|
||||||
}
|
}
|
||||||
my %params;
|
my %params;
|
||||||
foreach my $definition (reverse @{$class->definition}) {
|
foreach my $definition (reverse @{$class->definition($session)}) {
|
||||||
foreach my $fieldName (keys %{$definition}) {
|
foreach my $fieldName (keys %{$definition}) {
|
||||||
my $value = $raw{$fieldName};
|
my $value = $raw{$fieldName};
|
||||||
# if we have no value, try the tagged name
|
# if we have no value, try the tagged name
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue