Author: jleroux
Date: Mon Jun 17 09:55:21 2013
New Revision: 1493697
URL:
http://svn.apache.org/r1493697Log:
"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-5228Row submit not working for "Complete Requested Transfers" flow. It missed the use-row-submit="true"
------------------------------------------------------------------------
Modified:
ofbiz/branches/release12.04/ (props changed)
ofbiz/branches/release12.04/applications/product/widget/facility/FacilityForms.xml
Propchange: ofbiz/branches/release12.04/
------------------------------------------------------------------------------
Merged /ofbiz/trunk:r1493683
Modified: ofbiz/branches/release12.04/applications/product/widget/facility/FacilityForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release12.04/applications/product/widget/facility/FacilityForms.xml?rev=1493697&r1=1493696&r2=1493697&view=diff==============================================================================
--- ofbiz/branches/release12.04/applications/product/widget/facility/FacilityForms.xml (original)
+++ ofbiz/branches/release12.04/applications/product/widget/facility/FacilityForms.xml Mon Jun 17 09:55:21 2013
@@ -810,7 +810,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"/>