finally
This commit is contained in:
parent
a7361fcc02
commit
c928697449
1 changed files with 1 additions and 1 deletions
|
|
@ -1147,7 +1147,7 @@ sub processPropertiesFromFormPost {
|
|||
foreach my $definition (@{$self->definition}) {
|
||||
foreach my $property (keys %{$definition->{properties}}) {
|
||||
if ($definition->{properties}{$property}{noFormPost}) {
|
||||
$data{$property} = $definition->{properties}{$property}{defaultValue} if $session{form}{func} eq 'editSave';
|
||||
$data{$property} = $definition->{properties}{$property}{defaultValue} if $session{form}{assetId} eq "new";
|
||||
next;
|
||||
}
|
||||
$data{$property} = WebGUI::FormProcessor::process(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue