a bunch of bug fixes and ease of use modifications for workflow/versioning
This commit is contained in:
parent
00a1db29a1
commit
3931d8dcd2
8 changed files with 19 additions and 14 deletions
|
|
@ -361,7 +361,9 @@ sub processPropertiesFromFormPost {
|
|||
}
|
||||
}
|
||||
$data{title} = $fullDefinition->[0]{name} if ($data{title} eq "" || lc($data{title}) eq "untitled");
|
||||
$self->set(\%data);
|
||||
foreach my $key (keys %data) {
|
||||
$self->set($key, $data{$key});
|
||||
}
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue