svn commit: r1710073 - /ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1710073 - /ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml

Taher Alkhateeb
Author: taher
Date: Thu Oct 22 18:23:56 2015
New Revision: 1710073

URL: http://svn.apache.org/viewvc?rev=1710073&view=rev
Log:
convert Parent Customer Request Id field from text to lookup field REF OFBIZ-6177

Issue raised thanks to Pierre Smits, the form has autoattributes which renders
the above mentioned field as text when it should be a lookup. This commit
fixes this issue by explicitly overriding the <auto-fields-service ...>

fixes https://issues.apache.org/jira/browse/OFBIZ-6177

Modified:
    ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml

Modified: ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml?rev=1710073&r1=1710072&r2=1710073&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml Thu Oct 22 18:23:56 2015
@@ -316,6 +316,7 @@ under the License.
                 </entity-options>
             </drop-down>
         </field>
+        <field name="parentCustRequestId"><lookup target-form-name="LookupCustRequest"/></field>
         <field name="createdDate"><hidden/></field>
         <field name="createdByUserLogin"><hidden/></field>
         <field name="lastModifiedDate"><hidden/></field>