Commit 7725283
authored
🔃 [Magento Community Engineering] Community Contributions - 2.3-develop
Accepted Community Pull Requests:
- #24425: resolve {{config path='trans_email/ident_support/email'}} does not display support email issue24419 (by @edenduong)
- #24403: Resolve Vat ID not being included in Shipping Address issue24402 (by @edenduong)
- #23021: [22928] Edit configurations can't save products (by @tnsezer)
- #22123: Wrong currency sign on creditmemo_grid & sales_order_view > invoice grid (by @latenights)
Fixed GitHub Issues:
- #24419: {{config path='trans_email/ident_support/email'}} does not display support email (reported by @logicallimit) has been fixed in #24425 by @edenduong in 2.3-develop branch
Related commits:
1. ba3a134
- #24402: Vat ID not being included in Shipping Address in Magento 2.3.2 (reported by @Jackcar) has been fixed in #24403 by @edenduong in 2.3-develop branch
Related commits:
1. 0f38f03
- #22928: Edit configurations can't save products (reported by @duyetbv) has been fixed in #23021 by @tnsezer in 2.3-develop branch
Related commits:
1. 869bd7e
2. daa96f4
3. 61fa2cc
4. 9e4e46e
5. f82e5a5
6. 3a45e91
7. cd9894a
8. 86df109
- #22490: Wrong currency sign on creditmemo_grid & sales_order_view > invoice grid (reported by @latenights) has been fixed in #22123 by @latenights in 2.3-develop branch
Related commits:
1. da32829
2. 3142776
3. 18a6653
4. 6833c61
5. ae304ac
6. 4bda471File tree
25 files changed
+595
-50
lines changed- app/code/Magento
- CatalogImportExport/Model/Import
- ConfigurableProduct
- Model/Product
- Plugin/Product/Initialization
- Test/Unit
- Controller/Adminhtml/Product/Initialization/Helper/Plugin
- Plugin/Product/Initialization
- etc/adminhtml
- view/frontend/web/js
- Customer/Model/Address
- Deploy
- Package
- Service
- Sales
- Setup/Patch/Data
- Test/Mftf/Section
- etc
- view/adminhtml/ui_component
- Variable/etc
- dev/tests
- functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Invoice
- integration/testsuite/Magento/Email/Model/Template
- lib/internal/Magento/Framework
- Css
- PreProcessor/Adapter/Less
- Test/Unit/PreProcessor/Adapter/Less
- Indexer/etc
- Mview/etc
25 files changed
+595
-50
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1192 | 1192 | | |
1193 | 1193 | | |
1194 | 1194 | | |
| 1195 | + | |
1195 | 1196 | | |
1196 | 1197 | | |
| 1198 | + | |
1197 | 1199 | | |
1198 | 1200 | | |
1199 | 1201 | | |
| |||
2972 | 2974 | | |
2973 | 2975 | | |
2974 | 2976 | | |
| 2977 | + | |
| 2978 | + | |
| 2979 | + | |
| 2980 | + | |
2975 | 2981 | | |
2976 | 2982 | | |
2977 | 2983 | | |
| |||
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
| |||
238 | 239 | | |
239 | 240 | | |
240 | 241 | | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | 242 | | |
246 | 243 | | |
247 | 244 | | |
| |||
app/code/Magento/ConfigurableProduct/Plugin/Product/Initialization/CleanConfigurationTmpImages.php
Lines changed: 139 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 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| 190 | + | |
190 | 191 | | |
191 | 192 | | |
192 | 193 | | |
| |||
0 commit comments