added file pile
This commit is contained in:
parent
2e9602e248
commit
27356b09f6
4 changed files with 249 additions and 8 deletions
|
|
@ -620,8 +620,8 @@ sub processPropertiesFromFormPost {
|
|||
foreach my $property (keys %{$definition->{properties}}) {
|
||||
$data{$property} = WebGUI::FormProcessor::process(
|
||||
$property,
|
||||
$definition->{properties}{fieldType},
|
||||
$definition->{properties}{defaultValue}
|
||||
$definition->{properties}{$property}{fieldType},
|
||||
$definition->{properties}{$property}{defaultValue}
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue