Mercurial > p > roundup > code
diff CHANGES.txt @ 5319:62de601bdf6f
Fix commits although a Reject exception is raised
Fix the problem that changes are committed to the database (due to
commits to otk handling) even when a Reject exception occurs. The fix
implements separate database connections for otk/session handling and
normal database operation.
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Fri, 20 Apr 2018 18:46:28 +0200 |
| parents | 506c7ee9a385 |
| children | 4566360871dc |
line wrap: on
line diff
--- a/CHANGES.txt Thu Apr 19 20:01:43 2018 +0200 +++ b/CHANGES.txt Fri Apr 20 18:46:28 2018 +0200 @@ -493,6 +493,12 @@ obsolete_history_roles in the main section that defines which roles may see removed properties. By default only role Admin is allowed to see these. +- Fix issue2550955: Roundup commits although a Reject exception is raised + Fix the problem that changes are committed to the database (due to + commits to otk handling) even when a Reject exception occurs. The fix + implements separate database connections for otk/session handling and + normal database operation. + 2016-01-11: 1.5.1
