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 (*) Given the unit test: \Magento\Cms\Test\Unit\Model\GetUtilityPageIdentifiersTest::testExecute Expected result is a list of identifiers. Currently, if we set the following settings from BO: - web/default/cms_home_page - web/default/cms_no_route - web/default/cms_no_cookies...
### Description (*) Performance improvment by skipping current store resolution. Also it makes sense by design that the configuration is resolved from the internal state of the object instead of...
### Description (*) When using a dynamic rows component in design config, the save fails because when Magento tries to compare current value with the parent one, an error occurs:...
### Description (*) For exemple, when we load the quote on the checkout cart page, some fields are missing on the items because the totals have not been collected. For...
### Description (*) Remove an extra space in the class attribute ### Contribution checklist (*) - [x] Pull request has a meaningful description of its purpose - [x] All commits...
### Description (*) ### Related Pull Requests ### Fixed Issues (if relevant) 1. Fixes magento/magento2#40004 ### Manual testing scenarios (*) 1. ... 2. ... ### Questions or comments ### Contribution...
### Description (*) ### Related Pull Requests ### Fixed Issues (if relevant) 1. Fixes magento/magento2#40007 ### Manual testing scenarios (*) 1. ... 2. ... ### Questions or comments ### Contribution...
https://github.com/magento/magento2/blob/597e991a9554695785250f11ccc27a0ef8120279/app/code/Magento/Deploy/Console/CommandList.php#L48-L54
### Preconditions and environment 1. Magento community/commerce version: 2.4.7 2. Firefox browser (I was able to reproduce this on other browsers, but in firefox, the issue occurs almost all the...
### Description (*) Update Cache-Control header to static file (assets, media) As explained in the Mozilla documentation: ``When a user reloads the browser, the browser will send conditional requests for...