Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #43687 All Revisions ] Back to Issue ]
Summary 0043687: TranslationHandler does not cancel on first exception and makes more transactions
Revision 2020-04-20 14:20 by shuehner
Description Code in TranslationHandler does not cancel on first exception and makes new transactions afterwards.

So all the rest of the same file and/or module fails with 'transaction is aborted...', not showing if there are additional errors/failures.

It should instead rollback + make a new transaction directly after the error to continue with the next line inside the same file.

a.) Better in case more errors are present per file (to show all of them directly)
b.) Better user-experience as not skipping import of unrelated translations (in the same file after the failing row)
Revision 2020-04-07 09:42 by shuehner
Description Code in TranslationHandler does not cancel on first exception and makes new transactions afterwards.

So all the rest of the same file and/or module fails with 'transaction is aborted...', not showing if there are additional errors/failures.

It should cancel and skip to the next file/module when an exception is encountered.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker