This is an automated email from the ASF dual-hosted git repository.
pawan pushed a commit to branch release18.12
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/release18.12 by this push:
new a4f0563 Fixed: Overview of shipments shows links to edit shipment it should point to viewshipment(OFBIZ-11787)
a4f0563 is described below
commit a4f0563b313fc37f2aefcea5601a308149fece2a
Author: Pawan Verma <
[hidden email]>
AuthorDate: Tue Jun 2 17:15:28 2020 +0530
Fixed: Overview of shipments shows links to edit shipment it should point to viewshipment(OFBIZ-11787)
Thanks: Pierre for your contribution.
---
applications/product/widget/facility/ShipmentForms.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications/product/widget/facility/ShipmentForms.xml b/applications/product/widget/facility/ShipmentForms.xml
index 7d7b726..775e26b 100644
--- a/applications/product/widget/facility/ShipmentForms.xml
+++ b/applications/product/widget/facility/ShipmentForms.xml
@@ -71,7 +71,7 @@ under the License.
</service>
</actions>
<field name="shipmentId" title="${uiLabelMap.ProductShipmentId}" widget-style="buttontext">
- <hyperlink description="${shipmentId}" target="EditShipment">
+ <hyperlink description="${shipmentId}" target="ViewShipment">
<parameter param-name="shipmentId" from-field="shipmentId"/>
</hyperlink>
</field>