magento / quality-patches

Other
148 stars 60 forks source link

Patch [ACSD-46865]: #98

Open best4udevelopment opened 1 year ago

best4udevelopment commented 1 year ago

I have tried to install the Patch ACSD-46865 on my Magento 2.4.5-p1 environment (default with sample data) with the following command:

./vendor/bin/magento-patches apply ACSD-46865

It showed me the success message:

Patch ACSD-46865 has been applied

But if I check it with the command:

./vendor/bin/magento-patches status

It shows me that the patch is not applied.

agorbivskyi commented 1 year ago

@best4udevelopment we were not able to reproduce this issue on 2.4.5-p1:

 ./vendor/bin/magento-patches status | grep Applied
Please, select patch provider: 
Please, select patch category: 
║ MDVA-44562    │ Fixes the issue where the non-default store id for quote ite │ Shopping Cart   │ Adobe Commerce Support │ Applied     │ Patch type: Optional                                ║
║ ACSD-46865    │ Fixes the issue where the Shipment and Credit Memo grid is n │ Order/Checkout  │ Adobe Commerce Support │ Applied     │ Patch type: Optional                                ║
║ ACSD-48234    │ Fixes the issue where the catalog search result shows an inc │ Catalog Search  │ Adobe Commerce Support │ Applied     │ Patch type: Optional                                ║

Is it still relevant? Maybe you can provide more details?