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 11:35:39 UTC

svn commit: r1493696 - in /ofbiz/branches/release11.04: ./ applications/product/widget/facility/FacilityForms.xml

Author: jleroux
Date: Mon Jun 17 09:35:38 2013
New Revision: 1493696

URL: http://svn.apache.org/r1493696
Log:
"Applied fix from trunk for revision: 1493683" 
------------------------------------------------------------------------
r1493683 | jleroux | 2013-06-17 10:39:48 +0200 (lun., 17 juin 2013) | 5 lines

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/branches/release11.04/   (props changed)
    ofbiz/branches/release11.04/applications/product/widget/facility/FacilityForms.xml

Propchange: ofbiz/branches/release11.04/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1493683

Modified: ofbiz/branches/release11.04/applications/product/widget/facility/FacilityForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/applications/product/widget/facility/FacilityForms.xml?rev=1493696&r1=1493695&r2=1493696&view=diff
==============================================================================
--- ofbiz/branches/release11.04/applications/product/widget/facility/FacilityForms.xml (original)
+++ ofbiz/branches/release11.04/applications/product/widget/facility/FacilityForms.xml Mon Jun 17 09:35:38 2013
@@ -810,7 +810,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"/>