fixed #10790: Data Form doesn't always auto-commit version tags
This commit is contained in:
parent
defbec3171
commit
718b166ae7
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
7.7.18
|
||||
- fixed #10789: Inbox message states not deleted when a user is deleted
|
||||
- fixed #10790: Data Form doesn't always auto-commit version tags
|
||||
- fixed #10739: Textarea and Codearea resize don't work in IE or Webkit browsers
|
||||
- fixed #10552: Map: Editing map properties resets zoom level to 0
|
||||
- fixed #10758: CS #replies does not get updated after post restore from trash (Bart Jol / Procolix)
|
||||
|
|
|
|||
|
|
@ -1582,12 +1582,11 @@ sub www_editFieldSave {
|
|||
$newSelf->createField($newName, \%field);
|
||||
}
|
||||
|
||||
|
||||
WebGUI::VersionTag->autoCommitWorkingIfEnabled($self->session);
|
||||
if ($form->process("proceed") eq "editField") {
|
||||
return $newSelf->www_editField('new');
|
||||
}
|
||||
$newSelf->{_mode} = 'form';
|
||||
WebGUI::VersionTag->autoCommitWorkingIfEnabled($self->session);
|
||||
return $newSelf->www_view;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue