Apply button applies but reloads old content in editor (#9827)
This commit is contained in:
parent
26ef39e66b
commit
7376100540
2 changed files with 2 additions and 6 deletions
|
|
@ -2682,12 +2682,7 @@ sub www_editSave {
|
|||
|
||||
# Handle "saveAndReturn" button
|
||||
if ( $self->session->form->process( "saveAndReturn" ) ne "" ) {
|
||||
if ($isNewAsset) {
|
||||
return $object->www_edit;
|
||||
}
|
||||
else {
|
||||
return $self->www_edit;
|
||||
}
|
||||
return $object->www_edit;
|
||||
}
|
||||
|
||||
# Handle "proceed" form parameter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue