Commit 3a2bb6f
authored
🔃 [Magento Community Engineering] Community Contributions
Accepted Community Pull Requests:
- #26611: #26610 Fix failing CI due to invalid variable handler (by @lbajsarowicz)
- #26634: Xml fixes for Magento_AdvancedPricingImportExport module (by @sanganinamrata)
- #26241: #26240: Fixed logic for getting option price index for selected swatch option (by @sergiy-v)
- #26525: Unit test for Magento\Reports\Observer\EventSaver (by @karyna-tsymbal-atwix)
- #26549: [Fedex] covered Model/Source/Generic.php by unit test (by @srsathish92)
- #26487: Unit test for Magento\Fedex\Plugin\Block\Tracking\PopupDeliveryDate (by @karyna-tsymbal-atwix)
- #26439: magento/magento2#: Unit test for \Magento\Bundle\Observer\InitOptionRendererObserver (by @atwixfirster)
- #26429: magento/magento2#: Unit test for \Magento\Bundle\Observer\AppendUpsellProductsObserver (by @atwixfirster)
Fixed GitHub Issues:
- #26610: MFTF: AdminAddingNewOptionsWithImagesAndPricesToConfigurableProductTest is failing in CI process (reported by @lbajsarowicz) has been fixed in #26611 by @lbajsarowicz in 2.4-develop branch
Related commits:
1. b29cdcd
- #26240: Minimum Advertised Price doesn't change for selected swatch option for configurable product (reported by @sergiy-v) has been fixed in #26241 by @sergiy-v in 2.4-develop branch
Related commits:
1. 2d2f1e0
2. 2f04078
3. c8c31bc
4. 324fa3f
5. 03ef933
6. 4ace1e6File tree
12 files changed
+945
-12
lines changed- app/code/Magento
- AdvancedPricingImportExport/etc
- Bundle
- Observer
- Test/Unit/Observer
- ConfigurableProduct/Test/Mftf/Test
- Fedex
- Model/Source
- Test/Unit
- Model/Source
- Plugin/Block/Tracking
- Reports/Test/Unit/Observer
- Swatches/view/base/web/js
- dev/tests/js/jasmine/tests/app/code/Magento/Swatches/view/frontend/web/js
12 files changed
+945
-12
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
11 | 10 | | |
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| |||
98 | 101 | | |
99 | 102 | | |
100 | 103 | | |
101 | | - | |
| 104 | + | |
| 105 | + | |
102 | 106 | | |
103 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
104 | 113 | | |
105 | 114 | | |
106 | 115 | | |
| |||
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
10 | 15 | | |
11 | 16 | | |
12 | 17 | | |
13 | 18 | | |
14 | 19 | | |
15 | | - | |
| 20 | + | |
16 | 21 | | |
17 | 22 | | |
18 | | - | |
| 23 | + | |
19 | 24 | | |
20 | 25 | | |
21 | | - | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
0 commit comments