Commit c59e602
authored
🔃 [EngCom] Public Pull Requests - 2.2-develop
Accepted Public Pull Requests:
- magento#19355: [Backport] Changed get product way in blocks with related products (by @gelanivishal)
- magento#19357: [Backport] magento#13157 - Last Ordered Items block - bad js code (by @gelanivishal)
- magento#19296: Fix issue 19286 - Wrong pager style (by @speedy008)
- magento#18621: 18615 updates structure for last_trans_id to be varchar 255 which is � (by @iancassidyweb)
- magento#14485: Fix for Issue magento#4136, MAGETWO-53440 (by @vasilii-b)
- magento#18905: Fix the issue with missing asterisk for admin required fields (by @dmytro-ch)
Fixed GitHub Issues:
- magento#13157: Last Ordered Items block - bad js code (reported by @Eytham) has been fixed in magento#19357 by @gelanivishal in 2.2-develop branch
Related commits:
1. 7559e3e
2. 58550b9
3. f1bb98e
- magento#19286: Wrong pager style (reported by @gujjwal00) has been fixed in magento#19296 by @speedy008 in 2.2-develop branch
Related commits:
1. 301d73d
2. 7c013a1
3. 584242c
4. ee0bae8
- magento#18615: Field restriction incompatibilities between klarna_core_order and sales_order_payment last_trans_id (reported by @iancassidyweb) has been fixed in magento#18621 by @iancassidyweb in 2.2-develop branch
Related commits:
1. 172ecf6
2. 3590785
3. 6d33140
4. dd753a1
- magento#4136: Widget condition with unexpected character not preventing from saving (reported by @devhn) has been fixed in magento#14485 by @vasilii-b in 2.2-develop branch
Related commits:
1. cc1e013
2. ff4b005
3. 6c87bb3
4. 1d1d061
- magento#18904: Missing asterisk for admin required fields (reported by @dmytro-ch) has been fixed in magento#18905 by @dmytro-ch in 2.2-develop branch
Related commits:
1. 38bfe66
2. 7d2dd65
3. 4f07c61File tree
26 files changed
+148
-51
lines changed- app
- code/Magento
- Catalog
- Block/Product/ProductList
- Controller/Product
- Test/Mftf/Section
- Rule
- Model/Condition
- view/adminhtml/web
- Sales
- Setup
- etc
- view/frontend
- templates/reorder
- web/js/view
- Ui/view/base/web/templates/form
- design
- adminhtml/Magento/backend/web/css
- source/forms
- frontend/Magento/luma/web/css/source
- dev/tests/functional
- lib/Magento/Mtf/Client/Element
- tests/app/Magento/Catalog/Test/Block/Adminhtml/Product
- Edit/Section/ProductDetails
- lib
- internal/Magento/Framework/Data
- Form/Element
- Test/Unit/Form/Element
- web/mage
26 files changed
+148
-51
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
615 | 615 | | |
616 | 616 | | |
617 | 617 | | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
618 | 621 | | |
619 | 622 | | |
620 | 623 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| 223 | + | |
| 224 | + | |
223 | 225 | | |
224 | 226 | | |
225 | 227 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
112 | 115 | | |
113 | 116 | | |
114 | 117 | | |
| |||
161 | 164 | | |
162 | 165 | | |
163 | 166 | | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
164 | 184 | | |
0 commit comments