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...
### 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...
### 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 >...
### 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...
### 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...
### 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.)...
### 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...
### Description (*) ### Related Pull Requests ### Fixed Issues (if relevant) 1. Fixes magento/magento2#39962 ### Manual testing scenarios (*) 1. ... 2. ... ### Questions or comments ### Contribution...
…GraphQl customer request ### Description (*) ### Related Pull Requests ### Fixed Issues (if relevant) 1. Fixes magento/magento2#39963 ### Manual testing scenarios (*) 1. ... 2. ... ### Questions or...
### 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...
# 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...