Commits auf Quelle (4)
-
verfasst von Henning Leutz
1. Simplified condition checks for 'firstname' and 'lastname' using the 'empty()' function. 2. Refactored the type hinting of parameters for the 'addUserToCustomerGroup', 'removeUserFromCustomerGroup', and 'setAttributesToCustomer' methods. 3. Updated the type hinting for the 'getEntityTypeTitle' method, adding a possibility to receive null. Related: #67
-
verfasst von Henning Leutz
Improve user verification in ajax backend passwordMail by adding an instance check for QUI\\Users\\User before calling sendPassword method. Remove redundant error messages in phpstan-baseline.neon associated with previously incorrect user activation logic and unsupported comparison evaluations in Customers.php and Search.php. Correct arguments for activate method in Customers.php from false to empty string. Add 'users.customerId' to allowed search columns and adjust type hints for arguments in `limit` and `setFilter` methods in Search.php to include spaces for better readability. Related: #67
-
verfasst von Henning Leutz
fix(phpstan): improve code clarity and formatting See merge request !57
-
verfasst von Henning Leutz
Update 'next-3.x' with latest changes from 'main' See merge request !58
- ajax/backend/customer/passwordMail.php 4 Ergänzungen, 2 Löschungenajax/backend/customer/passwordMail.php
- phpstan-baseline.neon 0 Ergänzungen, 30 Löschungenphpstan-baseline.neon
- src/QUI/ERP/Customer/Customers.php 8 Ergänzungen, 10 Löschungensrc/QUI/ERP/Customer/Customers.php
- src/QUI/ERP/Customer/OpenItemsList/OutputProvider.php 1 Ergänzung, 1 Löschungsrc/QUI/ERP/Customer/OpenItemsList/OutputProvider.php
- src/QUI/ERP/Customer/Search.php 4 Ergänzungen, 3 Löschungensrc/QUI/ERP/Customer/Search.php