This repository was archived by the owner on May 20, 2019. It is now read-only.
Commit 49ad674
authored
🔃 [EngCom] Public Pull Requests - 2.3-develop Minor Fixes
Accepted Public Pull Requests:
- magento/magento2#22470: Correct spelling (by @ravi-chandra3197)
- magento/magento2#22469: Fix #20111 - display variables in popup while editing existing email template (by @Bartlomiejsz)
- magento/magento2#22411: Checkout Totals Sort Order fields can't be empty and should be a number (by @barbanet)
- magento/magento2#22456: Fixed issue of drop-down arrow direction in cart price rule (by @hiren0241)
- magento/magento2#22446: Removes usage of classes which don't exist from DB migration scripts. (by @hostep)
- magento/magento2#22424: PUT /V1/products/:sku/media/:entryId does not change the file (by @Nazar65)
- magento/magento2#22285: make return_path_email and set_return_path configurable on website and store scope as well (by @mhauri)
Fixed GitHub Issues:
- magento/magento2#20111: Email Template Information Insert Variable popup blank (reported by @priti2jcommerce) has been fixed in magento/magento2#22469 by @Bartlomiejsz in 2.3-develop branch
Related commits:
1. 7d584ac
2. 4f6a15a
3. 65a61a5
- magento/magento2#22434: While add cart price rule from admin click on Condition drop-down arrow direction not change. (reported by @bhavik43) has been fixed in magento/magento2#22456 by @hiren0241 in 2.3-develop branch
Related commits:
1. 27e048f
- magento/magento2#22124: Magento 2.3.1: Catalog setup fails with error "Magento\Catalog\Setup\Media does not exist" (reported by @nussjustin) has been fixed in magento/magento2#22446 by @hostep in 2.3-develop branch
Related commits:
1. f22e16b
2. 9e00ed2
- magento/magento2#22402: PUT /V1/products/:sku/media/:entryId does not change the file (reported by @philippsander) has been fixed in magento/magento2#22424 by @Nazar65 in 2.3-develop branch
Related commits:
1. 9205c6f
2. 986d384
3. 24580eeFile tree
11 files changed
+135
-99
lines changed- app
- code/Magento
- Backend/etc/adminhtml
- Catalog
- Model
- Product/Gallery
- ResourceModel/Product
- Setup
- Customer/Setup/Patch/Data
- Email
- Model
- Test/Unit/Model
- Sales/etc/adminhtml
- Weee/etc/adminhtml
- design/adminhtml/Magento/backend/web/css
- dev/tests/integration/testsuite/Magento/Email/Model
11 files changed
+135
-99
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
330 | | - | |
| 330 | + | |
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
334 | | - | |
| 334 | + | |
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
| |||
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
| 77 | + | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
| |||
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
108 | | - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
109 | 114 | | |
110 | 115 | | |
111 | 116 | | |
| |||
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | | - | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | | - | |
23 | | - | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
442 | 443 | | |
443 | 444 | | |
444 | 445 | | |
445 | | - | |
| 446 | + | |
446 | 447 | | |
447 | 448 | | |
448 | 449 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
| 56 | + | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
593 | 594 | | |
594 | 595 | | |
595 | 596 | | |
596 | | - | |
597 | 597 | | |
598 | 598 | | |
599 | 599 | | |
| |||
626 | 626 | | |
627 | 627 | | |
628 | 628 | | |
629 | | - | |
630 | 629 | | |
631 | 630 | | |
632 | 631 | | |
| |||
Lines changed: 9 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
30 | | - | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
51 | | - | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| |||
149 | 152 | | |
150 | 153 | | |
151 | 154 | | |
152 | | - | |
| 155 | + | |
153 | 156 | | |
154 | 157 | | |
155 | 158 | | |
| |||
159 | 162 | | |
160 | 163 | | |
161 | 164 | | |
162 | | - | |
| 165 | + | |
163 | 166 | | |
164 | 167 | | |
165 | 168 | | |
166 | 169 | | |
167 | 170 | | |
168 | 171 | | |
169 | 172 | | |
170 | | - | |
| 173 | + | |
171 | 174 | | |
172 | 175 | | |
173 | 176 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
329 | | - | |
| 329 | + | |
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| |||
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
| 421 | + | |
| 422 | + | |
421 | 423 | | |
422 | 424 | | |
423 | 425 | | |
| |||
0 commit comments