1. 24 Oct, 2024 1 commit
  2. 22 Oct, 2024 6 commits
  3. 23 Sep, 2024 1 commit
    • Titouan Soulard's avatar
      erp5_api_style: abort transaction on error · ee5017ac
      Titouan Soulard authored
      When an error was encountered in `jIOWebSection`, it did not abort the
      transaction, as it usually does in ERP5. This was made on purpose because
      errors are logged in ZODB, hence aborting the transaction didn't make it
      possible.
      
      This behavior was annoying, so this commit purposedly abort transaction before
      starting a new one to handle error. We are therefore able to log error in ZODB
      while also keeping the usual ERP5 behavior of aborting on error.
      ee5017ac
  4. 29 Apr, 2024 3 commits
  5. 22 Apr, 2024 4 commits
  6. 09 Apr, 2024 5 commits
  7. 03 Apr, 2024 20 commits