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
|
|
@ -1,5 +1,6 @@
|
||||||
7.7.4
|
7.7.4
|
||||||
- fixed: Spam in the wiki (#10050)
|
- fixed: Spam in the wiki (#10050)
|
||||||
|
- fixed: Apply button applies but reloads old content in editor (#9827)
|
||||||
- fixed: maintenance tasks in parallel (#9921)
|
- fixed: maintenance tasks in parallel (#9921)
|
||||||
- fixed: Schedular Fields Too Short (#9889)
|
- fixed: Schedular Fields Too Short (#9889)
|
||||||
- fixed: Can't invite friends (#10112)
|
- fixed: Can't invite friends (#10112)
|
||||||
|
|
|
||||||
|
|
@ -2682,12 +2682,7 @@ sub www_editSave {
|
||||||
|
|
||||||
# Handle "saveAndReturn" button
|
# Handle "saveAndReturn" button
|
||||||
if ( $self->session->form->process( "saveAndReturn" ) ne "" ) {
|
if ( $self->session->form->process( "saveAndReturn" ) ne "" ) {
|
||||||
if ($isNewAsset) {
|
return $object->www_edit;
|
||||||
return $object->www_edit;
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
return $self->www_edit;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Handle "proceed" form parameter
|
# Handle "proceed" form parameter
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue