Mohamed El Mrabet
Mohamed El Mrabet
Hello I have tried using the Monolog Collector with version 3.0 and up of monolog. They changed of the "write" method, it no longer takes an array as a parameter....
### Bug Report | Q | A |------------ | ------ | Version(s) | 4.10.0 | PHP version | 8.1 #### Summary Create a simple class whe extend \ArrayObjec e.g. `class...
Hello dear maintainer, I’ve updated all __.csv files by merging missing phrases from the en_US.csv files extracted from the Magento 2.4-develop code base (lib/web and app/code). Existing translations in __.csv...
This commit introduces all required French translation keys for the order cancellation workflow, including: - Messages and error notifications related to order cancellations - Texts displayed to customers, including email...
### Summary This pull request fixes an issue where the **product count displayed in the Admin Category Grid** incorrectly shows **0 products** for categories that do not have any descendants....
### Summary When creating a role using the Magento\Authorization\Test\Fixture\Role fixture inside an isolated integration test (@magentoDbIsolation enabled), the test fails with the following error: `Could not create an acl object:...
### Description (*) This PR removes the problematic getProductsCountQuery() method that was querying the catalog_category_product_index table, which is always empty in modern Magento installations using store-segmented indexing. Note: No changes...
### Description (*) This Pull Request introduces a new **Login As Customer Token Generation API**, providing a secure and extensible WebAPI endpoint used to initiate customer login sessions from the...
Fix incorrect grouped product qty returned in GraphQL due to hydration overwriting link attributes
### Description This pull request fixes an issue where GraphQL returns incorrect or inconsistent `qty` values for grouped product links. During GraphQL hydration, the `Product::getQty()` value is overwritten because it...
### Description (*) This PR fixes inconsistent currency formatting for several RTL locales such as `ar_MA`, `ar_EG`, and `he_IL`. Historically, ICU versions behaved differently when rendering RTL currency formats, especially...