Skip to content
Code-Schnipsel Gruppen Projekte
  1. Feb 06, 2025
    • Henning Leutz's avatar
      refactor: update union types with null · ca954d77
      verfasst von Henning Leutz
      Improve readability and interpretability of code by explicitly stating null in union types. This
      change has been applied across multiple files and functions.
      
      PHP8.4 compatibility
      ca954d77
    • Henning Leutz's avatar
      fix(Basket): improve basket id handling and user check in Basket.php · 30906ba4
      verfasst von Henning Leutz
      Added a conditional check in src/QUI/ERP/Order/Basket/Basket.php to convert basketId to actual id
      from user's session if it is a boolean value. This fixes potential issues that may arise with
      non-integer basketIds.
      
      Also, introduced a safeguard check before saving to ensure there is a valid User. If not, the save
      function is exited early to prevent potential errors or undesired actions.
      30906ba4
  2. Jan 20, 2025
  3. Dez 02, 2024
  4. Okt 23, 2024
  5. Okt 22, 2024
  6. Okt 17, 2024
  7. Okt 16, 2024
  8. Okt 10, 2024
  9. Okt 09, 2024
  10. Okt 08, 2024
  11. Sep 24, 2024
  12. Sep 23, 2024
  13. Sep 18, 2024
    • Henning Leutz's avatar
      fix(Handler): no internal instance cache · 0c8cdea6
      verfasst von Henning Leutz
      For orders this is not needed. the internal instance cache causes more problems
      due to the mix between uuid and id cache. the internal cache on uuid / id was therefore removed.
      Orders have the data freshly fetched from the db anyway. therefore unnecessary.
      In addition, a wrong order object was repeatedly retrieved when sending mail.
      Bestätigt
      0c8cdea6
  14. Sep 17, 2024
  15. Sep 10, 2024
  16. Aug 27, 2024
  17. Aug 20, 2024
  18. Aug 12, 2024
  19. Aug 10, 2024
  20. Aug 07, 2024
  21. Jul 29, 2024
  22. Jul 09, 2024
  23. Jul 05, 2024
  24. Jul 04, 2024
  25. Jul 03, 2024
  26. Jul 01, 2024
  27. Jun 27, 2024
  28. Jun 18, 2024
  29. Jun 17, 2024
Lade