Commit 364645d
authored
🔃 [Magento Community Engineering] Community Contributions - 2.2-develop
Accepted Community Pull Requests:
- magento#23119: [Backport] magento#22686 Shipment view fixed for Fatal error. (by @milindsingh)
- magento#23114: [Backport] Show exception message during SCD failure (by @ihor-sviziev)
Fixed GitHub Issues:
- magento#22686: Shipment Create via API salesShipmentRepositoryV1 throw Fatal error in Admin Order -> Shipment -> View (reported by @milindsingh) has been fixed in magento#23119 by @milindsingh in 2.2-develop branch
Related commits:
1. 044befa
- magento#22882: Static content deploy - Don't shows error message, just stack trace (reported by @ihor-sviziev) has been fixed in magento#23114 by @ihor-sviziev in 2.2-develop branch
Related commits:
1. 38b8333File tree
2 files changed
+17
-9
lines changed- app/code/Magento
- Deploy/Service
- Shipping/view/adminhtml/templates/view
2 files changed
+17
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
| 116 | + | |
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
| |||
141 | 143 | | |
142 | 144 | | |
143 | 145 | | |
144 | | - | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
145 | 149 | | |
146 | 150 | | |
147 | 151 | | |
| |||
224 | 228 | | |
225 | 229 | | |
226 | 230 | | |
| 231 | + | |
227 | 232 | | |
| 233 | + | |
228 | 234 | | |
229 | 235 | | |
230 | 236 | | |
| |||
Lines changed: 10 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
0 commit comments