fix some issues with autocommit

This commit is contained in:
Graham Knop 2008-10-23 10:20:53 +00:00
parent d0c9f86504
commit 26790fd1dd
8 changed files with 12 additions and 11 deletions

View file

@ -199,7 +199,7 @@ sub editSave {
override => scalar $self->session->form->process("saveAndCommit"),
allowComments => 1,
returnUrl => $self->getUrl,
})) {
}) eq 'redirect') {
return undef;
};

View file

@ -388,7 +388,7 @@ sub www_importProducts {
if (WebGUI::VersionTag->autoCommitWorkingIfEnabled($self->session, {
allowComments => 1,
returnUrl => $self->getUrl,
})) {
}) eq 'redirect') {
return undef;
};
}