You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A solution would be to manually add the carrier identifier taken from the shipment if legacy serialization is true (default).
wdyt? @dpfaffenbauer
I could open a pull request
The text was updated successfully, but these errors were encountered:
Carrier name is not shown in the shipment block in the admin order detail panel (Reproduced on latest demo).
![bug](https://user-images.githubusercontent.com/16133208/101160308-19413a00-362f-11eb-9aef-64a11e8e94e3.png)
Doing some debugging I noticed the
carrierName
is not present in the response if thecoreshop.order.legacy_serialization
parameter is true (default).CoreShop/src/CoreShop/Bundle/OrderBundle/Controller/OrderController.php
Lines 348 to 383 in 8304171
A solution would be to manually add the carrier identifier taken from the
shipment
if legacy serialization is true (default).wdyt? @dpfaffenbauer
I could open a pull request
The text was updated successfully, but these errors were encountered: