Skip to content
Code-Schnipsel Gruppen Projekte
  1. Mär 18, 2025
    • Henning Leutz's avatar
      fix: adjust uuid usage · 5bf21ccc
      verfasst von Henning Leutz
      Multiple changes were made to improve code quality and functionality. Here's a summary of the
      changes:
      
      - Debug log statements were removed from `ArticleList.js` and `ArticleSummary.js` for calculation
      enabling and disabling methods. This helps to keep the console clean and focussed on critical
      issues.
      - Changed a misused property name from `hash` to `uuid` in `CopyErpEntityDialog.js`. This ensures
      correct usage of identifiers.
      - Multiple formatting changes for function declarations in `ERPEntities.js`, functions now follow
      the format `function () {}` for unnamed functions.
      - A `#id` field is newly included in `openPanelByUUID` function of `ERPEntities.js`.
      
      These changes are expected to augment the performance of ERP modules, and improve the overall
      readability of the code.
      5bf21ccc
  2. Mär 07, 2025
  3. Feb 10, 2025
    • Henning Leutz's avatar
      fix: argument must be of type OutputProviderInterface · 8fe7b2ed
      verfasst von Henning Leutz
      Changed the variable name `$OutputProvider` to `$outputProvider` to adhere to camelCase naming
      standards. Also moved the instantiation of `$outputProvider` inside an if block to prevent
      unnecessary instantiation when `$outputProvider` is empty.
      
      Related: pcsg/kunden/libellio/b2c/core#196
      8fe7b2ed
  4. Dez 30, 2024
  5. Nov 28, 2024
  6. Nov 18, 2024
  7. Nov 05, 2024
  8. Nov 04, 2024
  9. Aug 29, 2024
  10. Aug 06, 2024
  11. Jul 31, 2024
  12. Jul 30, 2024
  13. Jul 05, 2024
  14. Jul 03, 2024
  15. Jul 02, 2024
  16. Jul 01, 2024
  17. Jun 28, 2024
  18. Jun 27, 2024
  19. Jun 26, 2024
  20. Jun 20, 2024
  21. Jun 19, 2024
  22. Mai 28, 2024
  23. Mai 27, 2024
  24. Mai 24, 2024
Lade