Commit 4559910
authored
🔃 [Magento Community Engineering] Community Contributions - 2.4-develop latest changes
Accepted Community Pull Requests:
- #32186: Customers that have unsubscribed to the newsletter in the time span from when the queue was created and the actual sending of the newsletter still receive newsletters (by @engcom-Charlie)
- #32273: `catalog_product_entity_media_gallery` not cleared when related products deleted. (by @engcom-Charlie)
- #30755: MC-38592 Fixed load regions for scope (by @bogutskyy)
- #31961: Removed CliCacheFlushActionGroup usage for Wishlist module (by @sergiy-v)
- #32212: Magento_Authorization model Rules/Role calling a resource model function update, that is not exist in resource model(Rules/Role) (by @engcom-Charlie)
- #28973: Scheduled price rule time zone correction (by @AntonEvers)
- #32389: Update ListProduct.php (by @mamsincl)
Fixed GitHub Issues:
- #32116: Customers that have unsubscribed to the newsletter in the time span from when the queue was created and the actual sending of the newsletter still receive newsletters (reported by @victortodoran) has been fixed in #32186 by @engcom-Charlie in 2.4-develop branch
Related commits:
1. 35468fc
2. 23bfcdd
3. d594fa7
4. 0ecec5d
5. d98dc43
6. ec464f5
7. 64066c4
8. f3c3a1d
- #17727: `catalog_product_entity_media_gallery` not cleared when related products deleted. (reported by @likemusic) has been fixed in #32273 by @engcom-Charlie in 2.4-develop branch
Related commits:
1. b2c47af
2. b40d857
3. 98237f1
- #30577: Can't place order on admin: "regionId" is required (reported by @kassner) has been fixed in #30755 by @bogutskyy in 2.4-develop branch
Related commits:
1. e8507db
2. 228cb68
3. 4e48a7a
4. 165a1c1
5. 3bfc316
6. b611bae
7. cbe1cd9
8. ef066ad
9. 95bf7dc
10. ee50311
11. 9e061d1
- #31962: [Issue] Removed CliCacheFlushActionGroup usage for Wishlist module (reported by @m2-assistant[bot]) has been fixed in #31961 by @sergiy-v in 2.4-develop branch
Related commits:
1. 020bc36
2. 9437843
3. b629ddb
4. f1fdf84
- #30756: Magento_Authorization model Rules/Role calling a resource model function update, that is not exist in resource model(Rules/Role) (reported by @narendrarwt) has been fixed in #32212 by @engcom-Charlie in 2.4-develop branch
Related commits:
1. 8615941
- #29549: [Issue] Scheduled price rule time zone correction (reported by @m2-assistant[bot]) has been fixed in #28973 by @AntonEvers in 2.4-develop branch
Related commits:
1. 5972daa
2. 0e68e70
3. c7def24
4. c614f89
5. 3cbc4f6
6. 46a769f
7. d9a0f6f
8. 6bf3dfc
9. f2d7be3
10. 6eef782
11. d6b3c40
12. fa821da
13. ee7176f
- #32088: ArrayIterator incompatible method current() php 7.4 (reported by @jeroenkosse) has been fixed in #32389 by @mamsincl in 2.4-develop branch
Related commits:
1. e5b3bb3
2. b13fcbbFile tree
39 files changed
+694
-193
lines changed- app/code/Magento
- Authorization/Model
- CatalogRule/Model/Indexer
- Catalog
- Block/Product
- Plugin
- Test/Unit/Block/Product
- etc
- Config/Test/Mftf
- Data
- Metadata
- Customer/Test/Mftf/Test
- Directory/Helper
- Newsletter
- Model
- Plugin
- ResourceModel
- etc
- Swatches/Test/Mftf/Test
- Translation/Test/Mftf/Test
- UrlRewrite/Test/Mftf/Test
- AdminCheckUrlRewritesCorrectlyGeneratedForMultipleStoreviewsDuringProductImportTest
- AdminUrlRewritesForProductInAnchorCategoriesTest
- Vault/Test/Mftf/Test
- Weee/Test/Mftf/Test
- Wishlist/Test/Mftf/Test
- dev/tests
- integration/testsuite/Magento
- CatalogRule
- Model/Indexer
- Product
- _files
- Catalog/Model/ResourceModel/Product
- Newsletter/Model
- static/testsuite/Magento/Test/Legacy/_files
39 files changed
+694
-193
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
13 | | - | |
| 17 | + | |
14 | 18 | | |
15 | | - | |
| 19 | + | |
16 | 20 | | |
17 | | - | |
| 21 | + | |
18 | 22 | | |
19 | | - | |
| 23 | + | |
20 | 24 | | |
21 | | - | |
| 25 | + | |
22 | 26 | | |
23 | | - | |
| 27 | + | |
24 | 28 | | |
25 | | - | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
29 | | - | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
| |||
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | 45 | | |
59 | 46 | | |
60 | 47 | | |
| |||
70 | 57 | | |
71 | 58 | | |
72 | 59 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
78 | 63 | | |
79 | 64 | | |
80 | 65 | | |
81 | | - | |
82 | | - | |
83 | | - | |
| 66 | + | |
84 | 67 | | |
85 | 68 | | |
86 | 69 | | |
87 | | - | |
| 70 | + | |
88 | 71 | | |
89 | 72 | | |
90 | 73 | | |
91 | | - | |
| 74 | + | |
92 | 75 | | |
93 | 76 | | |
| 77 | + | |
94 | 78 | | |
95 | 79 | | |
96 | 80 | | |
97 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
98 | 84 | | |
99 | 85 | | |
100 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
464 | | - | |
| 464 | + | |
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
| |||
Lines changed: 66 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1319 | 1319 | | |
1320 | 1320 | | |
1321 | 1321 | | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
1322 | 1326 | | |
0 commit comments