Commit c364929
authored
🔃 [Magento Community Engineering] Community Contributions - 2.4-develop
Accepted Community Pull Requests:
- #32187: [Sales] Fixed order address retriever for prevent populating data from shipping to billing (by @Den4ik)
- #32082: Deleting disabled category forces category flat and catalog search re-indexed fully (by @engcom-Charlie)
- #31851: Removed CliIndexerReindexActionGroup action group usage for modules (mix) (by @sergiy-v)
- #32078: Removed CliCacheFlushActionGroup usage for Customer module (by @sergiy-v)
- #31933: Do not send an ajax request if there no affected sections (by @ihor-sviziev)
- #32009: REST API Product update url_key doesnt re-gerenate url_rewites when single store enabled (by @engcom-Charlie)
- #31953: Removed CliCacheFlushActionGroup usage for ConfigurableProduct module (by @sergiy-v)
- #31886: Fix #30471 - Page layouts are hard-coded in Magento\Widget\Block\Adminhtml\Widget\Instance\Edit\Chooser\Container (by @Bartlomiejsz)
- #30850: [MFTF] Refactoring of AdminConfigDefaultProductLayoutFromConfigurationSettingTest (by @AnnaAPak)
- #30329: Resolve Login As Customer Log - Logged In must be DateRange Filter instead of Text filter, Date display wrong timezone issue30328 (by @edenduong)
- #31395: [MFTF] Refactoring AdminCreateCreditMemoForOrderWithCashOnDeliveryTest (by @AnnaAPak)
- #31390: [MFTF] Coverage for the 30645 Customer Edit Issue when there is a newsletter queue associated with it (by @AnnaAPak)
- #31645: Adding required custom options to simple product removes it from parent composite products without warning (by @engcom-Charlie)
- #32249: Magento_Backend store switcher: Use nowdoc instead of heredoc (by @fnogatz)
- #32299: Move test to correct folder (by @ihor-sviziev)
- #31451: [MFTF] Refactoring AdminCheckDashboardWithChartsTest (by @AnnaAPak)
- #31482: show or hide password widget created (by @ajithkumar-maragathavel)
Fixed GitHub Issues:
- #31608: Shipping address region leaking into billing address (reported by @kassner) has been fixed in #32187 by @Den4ik in 2.4-develop branch
Related commits:
1. bc33796
2. 94b34b9
3. dc5ecb8
4. b066cea
5. 02a792f
6. ce458ae
7. 9d9104e
8. a377151
9. d78e9f8
10. 67ab661
11. 2bcdb1e
- #23297: Deleting disabled category forces category flat and catalog search re-indexed fully (reported by @gulshan-streammarket) has been fixed in #32082 by @engcom-Charlie in 2.4-develop branch
Related commits:
1. 3d52a3b
2. 8b0f561
3. 0d4d04b
4. 409ccc6
5. 11494b2
6. 882e719
7. 44bc26f
8. 977be92
9. 722cf47
10. 68c7282
11. 849db8c
12. 0930cf5
- #31852: [Issue] Removed CliIndexerReindexActionGroup action group usage for modules (mix) (reported by @m2-assistant[bot]) has been fixed in #31851 by @sergiy-v in 2.4-develop branch
Related commits:
1. 4cfff44
- #32079: [Issue] Removed CliCacheFlushActionGroup usage for Customer module (reported by @m2-assistant[bot]) has been fixed in #32078 by @sergiy-v in 2.4-develop branch
Related commits:
1. dbdb3e2
- #31948: [Issue] Do not send an ajax request if there no affected sections (reported by @m2-assistant[bot]) has been fixed in #31933 by @ihor-sviziev in 2.4-develop branch
Related commits:
1. 24dfb62
2. 4314fd9
3. c98919b
4. d95ba9c
5. 5728c0b
6. c63f878
- #30316: REST API Product update url_key doesnt re-gerenate url_rewites (INSANE) (reported by @Seb2nim) has been fixed in #32009 by @engcom-Charlie in 2.4-develop branch
Related commits:
1. 494eb40
2. 883f89b
3. 35a1aa8
4. 3644e17
- #31954: [Issue] Removed CliCacheFlushActionGroup usage for ConfigurableProduct module (reported by @m2-assistant[bot]) has been fixed in #31953 by @sergiy-v in 2.4-develop branch
Related commits:
1. c6dad9d
2. 4b85052
3. 955f322
- #30471: Page layouts are hard-coded in Magento\Widget\Block\Adminhtml\Widget\Instance\Edit\Chooser\Container (reported by @ericmorand) has been fixed in #31886 by @Bartlomiejsz in 2.4-develop branch
Related commits:
1. 1b9f190
2. 2ea06fb
3. db81b6b
4. 23db47e
- #30855: [Issue] [MFTF] Refactoring of AdminConfigDefaultProductLayoutFromConfigurationSettingTest (reported by @m2-assistant[bot]) has been fixed in #30850 by @AnnaAPak in 2.4-develop branch
Related commits:
1. c0728b8
2. 625a01a
3. 4772239
4. a4bf8b3
5. 283389b
6. b5151b8
7. 371e300
8. be757be
9. b8149af
10. 0b0f118
- #30328: Login As Customer Log - Logged In must be DateRange Filter instead of Text filter, Date display wrong timezone (reported by @edenduong) has been fixed in #30329 by @edenduong in 2.4-develop branch
Related commits:
1. eeb47dd
2. b4f5784
3. 85b410d
4. 36472eb
5. 312d9d4
6. a16616b
7. 8ddd329
8. ef72f80
9. d372d2b
10. 3038e85
11. c8fb47e
12. 46aa750
13. 60b8981
14. a48886c
15. 1afe3db
16. 0fa2b89
17. 60ebbba
18. 6fb4052
- #30645: Customer Edit Issue when there is a newsletter queue associated with it. (reported by @chichitsai0517) has been fixed in #31390 by @AnnaAPak in 2.4-develop branch
Related commits:
1. f26c89c
2. ba66f05
3. 7bf9886
4. 0d745e1
- #30492: Adding required custom options to simple product removes it from parent composite products without warning (reported by @magento2pl) has been fixed in #31645 by @engcom-Charlie in 2.4-develop branch
Related commits:
1. 86d30a5
2. 2295da4
3. 1b7697f
- #32262: [Issue] Magento_Backend store switcher: Use nowdoc instead of heredoc (reported by @m2-assistant[bot]) has been fixed in #32249 by @fnogatz in 2.4-develop branch
Related commits:
1. c8a5013
- #32313: [Issue] Move test to correct folder (reported by @m2-assistant[bot]) has been fixed in #32299 by @ihor-sviziev in 2.4-develop branch
Related commits:
1. 8f1b64e
- #31523: [Issue] [MFTF] Refactoring AdminCheckDashboardWithChartsTest (reported by @m2-assistant[bot]) has been fixed in #31451 by @AnnaAPak in 2.4-develop branch
Related commits:
1. acefba2
2. 7e0f55d
3. 8af7b18
4. 66e75fd
5. b5ec75c
6. 4b67412
- #31557: [Issue] show or hide password widget created (reported by @m2-assistant[bot]) has been fixed in #31482 by @ajithkumar-maragathavel in 2.4-develop branch
Related commits:
1. 0dd3eeb
2. 17d0dba
3. 101aa44
4. cd336ea
5. 3f43759
6. 832255f
7. 1b2b513
8. ed37763
9. 541fa90
10. 0fa58ee
11. 9677540
12. 1f7e5b5
13. 7c0e401
14. c816799File tree
128 files changed
+1451
-366
lines changed- app/code/Magento
- Backend
- Test/Mftf
- ActionGroup
- Test
- view/adminhtml/templates/store
- CatalogSearch/Model/Indexer/Fulltext/Model/Plugin
- CatalogUrlRewrite/Test/Mftf/Test
- Catalog
- Model
- Product/Option
- ResourceModel
- Test
- Mftf
- ActionGroup
- Test/AdminCreateSimpleProductTest
- Unit/Model
- Product/Option
- Checkout/Test/Mftf/Test
- Cms/Test/Mftf/ActionGroup
- ConfigurableProduct/Test/Mftf/Test
- StorefrontConfigurableProductViewTest
- Config/Test/Mftf/Test
- Contact/Test/Mftf/Test
- Cookie/Test/Mftf/Test
- CurrencySymbol/Test/Mftf/Test
- Customer
- Test/Mftf
- ActionGroup
- Data
- Section
- StorefrontCustomerCreateFormSection
- StorefrontCustomerSignInFormSection
- Test
- view/frontend
- templates/form
- web
- js
- template
- Elasticsearch6/Test/Mftf/Test
- Elasticsearch/Test/Mftf
- Suite
- Test
- LoginAsCustomerLog/view/adminhtml/ui_component
- LoginAsCustomer/Test/Mftf
- ActionGroup
- Page
- Section
- Test
- Newsletter/Test/Mftf
- ActionGroup
- Page/NewsletterTemplatePage
- Section
- NewsletterTemplateSection
- Test
- Payment/Test/Mftf/Data
- Quote/Test/Mftf/Data
- Sales
- Model
- Test/Mftf
- ActionGroup
- Test
- UrlRewrite/Test/Mftf/Test
- Weee/Test/Mftf/Test
- Widget
- Block/Adminhtml/Widget/Instance/Edit/Chooser
- Test/Unit/Block/Adminhtml/Widget/Instance/Edit/Chooser
- Wishlist/Test/Mftf/Test
- dev/tests
- api-functional/testsuite/Magento/Catalog/Api
- integration/testsuite/Magento
- CatalogSearch/Model/Indexer/Fulltext/Model/Plugin
- Catalog/Model/Indexer/Category
- ConfigurableProduct/Model/Product/Type
- Theme/Block/Html/Header
- js/jasmine/tests/app/code/Magento/Customer/frontend/js
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
128 files changed
+1451
-366
lines changedLines changed: 24 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 | + | |
Lines changed: 70 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 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1159 | 1159 | | |
1160 | 1160 | | |
1161 | 1161 | | |
1162 | | - | |
| 1162 | + | |
| 1163 | + | |
| 1164 | + | |
| 1165 | + | |
1163 | 1166 | | |
1164 | 1167 | | |
1165 | 1168 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
828 | 828 | | |
829 | 829 | | |
830 | 830 | | |
831 | | - | |
832 | | - | |
833 | | - | |
834 | 831 | | |
835 | 832 | | |
836 | 833 | | |
| |||
Lines changed: 58 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
| 16 | + | |
| 17 | + | |
12 | 18 | | |
13 | 19 | | |
14 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
15 | 23 | | |
16 | 24 | | |
17 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
18 | 31 | | |
19 | 32 | | |
20 | 33 | | |
21 | 34 | | |
22 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
23 | 41 | | |
24 | 42 | | |
| 43 | + | |
25 | 44 | | |
26 | 45 | | |
27 | | - | |
| 46 | + | |
| 47 | + | |
28 | 48 | | |
29 | 49 | | |
| 50 | + | |
30 | 51 | | |
31 | 52 | | |
32 | 53 | | |
33 | 54 | | |
34 | 55 | | |
35 | 56 | | |
36 | 57 | | |
37 | | - | |
| 58 | + | |
38 | 59 | | |
39 | 60 | | |
40 | 61 | | |
| |||
47 | 68 | | |
48 | 69 | | |
49 | 70 | | |
50 | | - | |
51 | | - | |
| 71 | + | |
52 | 72 | | |
53 | 73 | | |
54 | 74 | | |
55 | 75 | | |
56 | | - | |
| 76 | + | |
57 | 77 | | |
58 | 78 | | |
59 | 79 | | |
60 | 80 | | |
61 | 81 | | |
62 | 82 | | |
63 | | - | |
| 83 | + | |
64 | 84 | | |
65 | 85 | | |
66 | 86 | | |
| |||
71 | 91 | | |
72 | 92 | | |
73 | 93 | | |
74 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
75 | 97 | | |
76 | | - | |
| 98 | + | |
77 | 99 | | |
| 100 | + | |
| 101 | + | |
78 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
79 | 109 | | |
80 | | - | |
| 110 | + | |
81 | 111 | | |
82 | 112 | | |
83 | 113 | | |
84 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
85 | 133 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
236 | 239 | | |
237 | 240 | | |
238 | 241 | | |
| |||
Lines changed: 19 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 | + | |
Lines changed: 23 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
25 | 31 | | |
26 | 32 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
36 | 47 | | |
37 | 48 | | |
38 | 49 | | |
0 commit comments