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

### Description (*) These events will allow people to hook into more cron job events than `cron_job_run` When combined this will allow modules to report cron job statuses, durations, perform...

Progress: pending review
Priority: P3

### Preconditions and environment **Magento 2 versions tested:** - 2.4.6-p4 (with the default Blank theme). - 2.4.7 (also tested with the default Blank theme). **Configuration:** - Stores > Configuration >...

Issue: Confirmed
Component: Ui
Reproduced on 2.4.x
Priority: P2
Area: Account
Reported on 2.4.6-p4
Reported on 2.4.7
Reported on 2.4.7-p3

### Preconditions (*) Tested in this versions: 1. Magento 2.4.6-p4 2. Magento Developer branch ### Description (*) When navigating to the related, up-sells, or cross-sells products section, and trying to...

Issue: Confirmed
Reproduced on 2.4.x
Progress: ready for dev
Priority: P2
Component: Profiler
Area: Product
Reported on 2.4.6-p4

### Preconditions and environment - Magento 2.4.8 ### Steps to reproduce https://github.com/magento/magento2/commit/a93542bf15a761baa6828a31697276e904296128 Before this commit `getTotalAmount($item)` took into account the qty of the item because it used `$item->getRowTotal()`. After that...

Issue: needs update
Reported on 2.4.8

### Preconditions and environment 1. Magento version: 2.x.x (specify exact version, e.g. 2.4.8) 2. PHP version: (e.g. 8.1) 3. Elasticsearch/OpenSearch version: (if relevant) 4. Environment: (e.g. local/dev/staging, Docker, WSL, etc.)...

Issue: Confirmed
Reproduced on 2.4.x
Component: WishlistGraphQl
Priority: P2
Area: Framework
Reported on 2.4.8

### Preconditions and environment - Magento version 2.4.8 - Setup a payment that can do Auth and Capture, ### Steps to reproduce 1. In Frontend, create an order and make...

Issue: ready for confirmation
Reported on 2.4.8

### Description (*) ### Related Pull Requests ### Fixed Issues (if relevant) 1. Fixes magento/magento2#39962 ### Manual testing scenarios (*) 1. ... 2. ... ### Questions or comments ### Contribution...

Progress: pending review
Priority: P2

…GraphQl customer request ### Description (*) ### Related Pull Requests ### Fixed Issues (if relevant) 1. Fixes magento/magento2#39963 ### Manual testing scenarios (*) 1. ... 2. ... ### Questions or...

Progress: pending review
Priority: P2

### Preconditions and environment - Magento version 2.4.6-p4 ### Steps to reproduce 1. ``` $this->searchCriteriaBuilder->addFilter('entity_id', [1,2], 'in'); $searchCriteria = $this->searchCriteriaBuilder->create(); $this->productRepository->getList($searchCriteria); ``` 2. ```$this->productRepository->getById(1);``` ### Expected result `getById` method should...

Issue: Confirmed
Triage: Dev.Experience
Reproduced on 2.4.x
Progress: PR in progress
Priority: P2
Area: Performance
Reported on 2.4.6-p4

# Summary This fixes a bug in which multiple concurrent processes spin up to handle the same theme package, depending on how the themes are defined with their parents. We...

Progress: testing in progress
Triage: Dev.Experience
Priority: P2
Project: Community Picked