Fixes for the class => className conversion, and addSave/editSave for new assets.
This commit is contained in:
parent
d3836cd3ad
commit
ba345e221b
4 changed files with 5 additions and 5 deletions
|
|
@ -290,7 +290,7 @@ sub _getFormFields {
|
|||
my $entry = $self->entry;
|
||||
my @orderedFields = map { $self->getFieldConfig($_) } @{ $self->getFieldOrder };
|
||||
my $func = $session->form->process('func');
|
||||
my $ignoreForm = $func eq 'editSave' || $func eq 'editFieldSave';
|
||||
my $ignoreForm = $func eq 'addSave'|| $func eq 'editSave' || $func eq 'editFieldSave';
|
||||
my @forms = ();
|
||||
for my $field (@orderedFields) {
|
||||
my $value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue