[ofbiz-framework] branch release18.12 updated: Fixed: Overview of shipments shows links to edit shipment it should point to viewshipment(OFBIZ-11787)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-framework] branch release18.12 updated: Fixed: Overview of shipments shows links to edit shipment it should point to viewshipment(OFBIZ-11787)

Pawan Verma-2
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.git


The 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>