1. 15 Jan, 2024 1 commit
  2. 13 Jan, 2024 1 commit
  3. 12 Jan, 2024 1 commit
  4. 05 Jan, 2024 3 commits
  5. 29 Dec, 2023 2 commits
  6. 28 Dec, 2023 15 commits
  7. 27 Dec, 2023 1 commit
    • Jérome Perrin's avatar
      CSV problems revealed by new cloudooo · bab42871
      Jérome Perrin authored
      New cloudooo uses text/csv as mimetype for CSV, which is correct, but this revealed issues in ERP5:
       - ERP5 did not detect text/csv for csv extensions
       - downloading a file with content type text/csv caused an error
      
      See merge request !1859
      bab42871
  8. 26 Dec, 2023 7 commits
  9. 25 Dec, 2023 1 commit
    • Jérome Perrin's avatar
      dms: fix hidden buttons on PDF preview · 3b91fe33
      Jérome Perrin authored
      Instead of disabling in javascript, which cause the button to be visible
      for a few milliseconds, disable directly in the HTML file.
      
      Do not hide "document properties", because it can be useful and it does
      not hurt and "edit images" because we don't hide the buttons to edit
      annotations either, so this is consistent.
      3b91fe33
  10. 22 Dec, 2023 2 commits
  11. 20 Dec, 2023 1 commit
    • Rafael Monnerat's avatar
      erp5_json_editor: Disable ajax and catch promise · 255cf060
      Rafael Monnerat authored
         The JSONEditor relies on call async load for load promises. The current code waits for the promises to finish and throw errors explicitly.
      
          This allows the renderjs properly handle the error on the same chain of promises.
      255cf060
  12. 15 Dec, 2023 2 commits
  13. 14 Dec, 2023 3 commits