Author: jleroux
Date: Mon Jun 17 08:39:48 2013
New Revision: 1493683
URL:
http://svn.apache.org/r1493683Log:
A patch from Deepak Dixit for "Row submit not working on Inventory Transfers screens."
https://issues.apache.org/jira/browse/OFBIZ-5228Row 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&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"/>