[ofbiz-framework] branch trunk 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 trunk 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 trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 281c278  Fixed: Overview of shipments shows links to edit shipment it should point to viewshipment(OFBIZ-11787)
281c278 is described below

commit 281c278308c293eeaf104bdbbbe673c4a30fafa4
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 9daa107..5053fa1 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>