You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2013/06/17 10:39:49 UTC

svn commit: r1493683 - /ofbiz/trunk/applications/product/widget/facility/FacilityForms.xml

Author: jleroux
Date: Mon Jun 17 08:39:48 2013
New Revision: 1493683

URL: http://svn.apache.org/r1493683
Log:
A patch from Deepak Dixit for "Row submit not working on Inventory Transfers  screens." https://issues.apache.org/jira/browse/OFBIZ-5228

Row submit not working for "Complete Requested Transfers" flow. It missed the use-row-submit="true"


Modified:
    ofbiz/trunk/applications/product/widget/facility/FacilityForms.xml

Modified: ofbiz/trunk/applications/product/widget/facility/FacilityForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/facility/FacilityForms.xml?rev=1493683&r1=1493682&r2=1493683&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/facility/FacilityForms.xml (original)
+++ ofbiz/trunk/applications/product/widget/facility/FacilityForms.xml Mon Jun 17 08:39:48 2013
@@ -808,7 +808,7 @@ under the License.
     </form>
 
     <form name="FromFacilityTransfersComplete" type="multi" target="CompleteRequestedTransfers?completeRequested=true&amp;facilityId=${facilityId}" title="" list-name="fromTransfers"
-        odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
+        odd-row-style="alternate-row" default-table-style="basic-table hover-bar" use-row-submit="true">
         <row-actions>
             <entity-one entity-name="InventoryItem" value-field="inventoryItem">
                 <field-map field-name="inventoryItemId"/>