magento2 icon indicating copy to clipboard operation
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...

Results 831 magento2 issues
Sort by recently updated
recently updated
newest added

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...

Issue: Confirmed
Component: Deploy
Triage: Dev.Experience
Reproduced on 2.4.x
Priority: P2
Reported on 2.4.x
Area: Framework

### 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...

Issue: Confirmed
Reproduced on 2.4.x
Progress: PR in progress
Priority: P2
Component: GraphQlCache
Area: APIs

- 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"...

partners-contribution
Progress: pending review
Priority: P2
Partner: Perspective

### 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"...

partners-contribution
Progress: pending review
Priority: P3
Partner: Perspective

### 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...

Triage: Dev.Experience
Priority: P1
Progress: ready for grooming
Issue: needs update
Area: Catalog
Reported on 2.4.5

### 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 ###...

feature request
Progress: ready for grooming
Reported on 2.4.7-p1

### 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 -...

Triage: Dev.Experience
Issue: needs update
Reported on 2.4.8

- Removed the setData since the data is being set from the controller itself - Test Import Export from the Admin Fixes #39767

Priority: P3

### 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...

Progress: pending review
Priority: P2

### 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...

partners-contribution
Progress: review
Priority: P2
Partner: Perspective