Skip to content

Commit 7d640f4

Browse files
dsitubrianchandotcom
authored andcommitted
LPS-124961 Fix edit commerce shipment redirect
1 parent ce387b2 commit 7d640f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/apps/commerce/commerce-order-web/src/main/java/com/liferay/commerce/order/web/internal/portlet/action/EditCommerceOrderMVCActionCommand.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,8 @@ protected void redirectToShipments(
334334
shipmentPortletURL.setParameter("redirect", redirect);
335335

336336
shipmentPortletURL.setParameter(
337-
"mvcRenderCommandName", "/commerce_order/edit_commerce_shipment");
337+
"mvcRenderCommandName",
338+
"/commerce_shipment/edit_commerce_shipment");
338339
shipmentPortletURL.setParameter(
339340
"commerceShipmentId", String.valueOf(commerceShipmentId));
340341

0 commit comments

Comments
 (0)