fixing the ->param ->body distinction issue.
This commit is contained in:
parent
b045ac2d61
commit
f64ec77d8a
34 changed files with 41 additions and 38 deletions
|
|
@ -334,7 +334,7 @@ sub www_editBranchSave {
|
|||
}
|
||||
}
|
||||
my $newRevision = $descendant->addRevision(\%data);
|
||||
foreach my $form ($self->session->request->param) {
|
||||
foreach my $form ($self->session->form->param) {
|
||||
if ($form =~ /^metadata_(.*)$/) {
|
||||
my $fieldName = $1;
|
||||
if ($self->session->form->yesNo("change_metadata_".$fieldName)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue