magento2
magento2 copied to clipboard
Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affili...
This issue is automatically created based on existing pull request: magento/magento2#39954: Fix concurrency issue in static content deploy --------- # Summary This fixes a bug in which multiple concurrent processes...
### Preconditions (*) 1. Magento 2.4.3-p1 2. Sample Data is imported ### Steps to reproduce (*) 1. Query using route(url:"") ### Expected result (*) 1. Response header should contain X-Magento-Tags...
- prevent order placement with unavailable payment method ### Description (*) I will leave here examples of mutations that I used. createCustomer ```graphql mutation { createCustomer( input: { firstname: "Test"...
### Description (*) **First part -** In this issue, the author mentioned that responce from this mutation ```graphql mutation { addProductsToCart( cartId: "LclKxxxxxxxxxxxxxxW" cartItems: [ { quantity: 1 parent_sku: "WSH12"...
### Preconditions and environment - Magento version: 2.4.5 - https://blackfire.io/profiles/a53637d8-47fb-4666-a519-03127b9c67aa/graph ### Steps to reproduce Create a lot of configurable products with at least 80 variations by color and size Load...
### Description Please can you create the option to have hover over text on an image. ### Expected behavior When mouse moves over an image some text is displayed ###...
### Preconditions and environment - 2.4.8 vanilla - Test Data deployed ### Steps to reproduce Deploy 2.4.8 With Test Data BACKEND System -> Commerce Services Connector - Start Setup -...
- Removed the setData since the data is being set from the controller itself - Test Import Export from the Admin Fixes #39767
### Description This PR fixes completely missing screen-l styles in Magento 2.4.8. This commit https://github.com/magento/magento2/commit/438f9782d85fe6a2694ccc01c97f2a4c2a81f5bb causes the issue ### Fixed Issues - Fixes https://github.com/magento/magento2/issues/39817 ### Manual testing scenarios Open category...
### Description (*) \Magento\Shipping\Controller\Adminhtml\Order\Shipment\Save::execute ``` if (!empty($data['send_email']) && $this->salesData->canSendNewShipmentEmail()) { $this->shipmentSender->send($shipment); } ``` without the right 'store id' checks only default config value ### Related Pull Requests ### Fixed Issues...