Commit b31bb4f
authored
🔃 [Magento Community Engineering] Community Contributions - 2.3-develop
Accepted Community Pull Requests:
- #23600: #19921 : ACL incorrect for Advance in system configuration (by @konarshankar07)
- #24406: Remove excess line before method body (by @Tjitse-E)
- #24396: fixed design issue on sales order view page frontend #24395 (by @rani-webkul)
- #24286: Resolve undefined variable in ReviewPayment class (by @edenduong)
- #24367: #24362 Remove page layout definition from modules (by @ochnygosch)
- #24254: Fixed issue #21450 (by @geet07)
- #24148: Resolve Wrong Label when create new "Attribute Set" (issue 24147) (by @edenduong)
- #24420: magento/magento2#: Magento_Config module. Fix content in read file (by @atwixfirster)
- #22478: Fixed Magento is no refreshing the cart page if you delete a product from cart side block (by @ravi-chandra3197)
Fixed GitHub Issues:
- #19921: ACL incorrect for Advance in system configuration (reported by @hackrat) has been fixed in #23600 by @konarshankar07 in 2.3-develop branch
Related commits:
1. d539075
2. 493f366
3. e3e81fc
- #24395: Design issue on sales order view page frontend (reported by @rani-webkul) has been fixed in #24396 by @rani-webkul in 2.3-develop branch
Related commits:
1. 3cebfd3
- #24362: Unable to change page_layout of product page in theme (reported by @ochnygosch) has been fixed in #24367 by @ochnygosch in 2.3-develop branch
Related commits:
1. 424cd1f
- #21450: Magento 2.3 adding attributes value in url if onestep checkout is enable. (reported by @manishgoswamij) has been fixed in #24254 by @geet07 in 2.3-develop branch
Related commits:
1. a234f2c
- #24147: Wrong Label when create new "Attribute Set" (reported by @edenduong) has been fixed in #24148 by @edenduong in 2.3-develop branch
Related commits:
1. 86434a2
2. 8e57b69
- #5246: Enable Merge CSS Files make adminl panel very slow (reported by @hungvt) has been fixed in #24420 by @atwixfirster in 2.3-develop branch
Related commits:
1. 528c538
- #11292: Magento is no refreshing the cart page if you delete a product from cart side block (reported by @addison74) has been fixed in #22478 by @ravi-chandra3197 in 2.3-develop branch
Related commits:
1. 60a465c
2. c08dffb
3. 7d481bd
4. ce6c228
5. b370b1e
6. bcd75f4
7. 73b9612
8. 49936ba
9. aa7ac82File tree
15 files changed
+63
-24
lines changed- app/code/Magento
- Backend/etc/adminhtml
- Catalog
- Block/Adminhtml/Product/Attribute/Set/Main
- i18n
- view/frontend/web/js
- Checkout
- Test/Mftf/Test
- view/frontend/web/js
- Config
- etc
- InstantPurchase/view/frontend/layout
- Msrp/view/frontend/layout
- ProductVideo/view/frontend/layout
- Sales
- Controller/Adminhtml/Order
- view/frontend/templates/order
- lib/internal/Magento/Framework/View/Design/FileResolution/Fallback/Resolver
- setup/src/Magento/Setup/Test/Unit/Module/Di/_files/app/code/Magento/SomeModule/etc/adminhtml
15 files changed
+63
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
Lines changed: 22 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
10 | 17 | | |
11 | 18 | | |
12 | 19 | | |
| |||
43 | 50 | | |
44 | 51 | | |
45 | 52 | | |
46 | | - | |
| 53 | + | |
47 | 54 | | |
48 | 55 | | |
49 | 56 | | |
| |||
84 | 91 | | |
85 | 92 | | |
86 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
87 | 108 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
813 | 813 | | |
814 | 814 | | |
815 | 815 | | |
| 816 | + | |
| 817 | + | |
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
139 | 141 | | |
140 | 142 | | |
141 | 143 | | |
| |||
app/code/Magento/Checkout/Test/Mftf/Test/NoErrorCartCheckoutForProductsDeletedFromMiniCartTest.xml
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
264 | 268 | | |
265 | 269 | | |
266 | 270 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | | - | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments