You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by cc...@apache.org on 2015/06/06 22:15:51 UTC

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

Author: ccarlow
Date: Sat Jun  6 20:15:50 2015
New Revision: 1683949

URL: http://svn.apache.org/r1683949
Log:
Fixing consolidated partyId field of r1683879 so that <display-entity> also-hidden="true", otherwise updateCustRequestParty throws error related to primary key

https://issues.apache.org/jira/browse/OFBIZ-6464

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=1683949&r1=1683948&r2=1683949&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/CustRequestForms.xml Sat Jun  6 20:15:50 2015
@@ -453,7 +453,7 @@ under the License.
         <auto-fields-entity entity-name="CustRequestParty" default-field-type="display"/>
         <field name="custRequestId"><hidden/></field>
         <field name="partyId" widget-style="buttontext">
-            <display-entity also-hidden="false" entity-name="PartyNameView" key-field-name="partyId" description="${groupName}${firstName} ${lastName}">
+            <display-entity also-hidden="true" entity-name="PartyNameView" key-field-name="partyId" description="${groupName}${firstName} ${lastName}">
 	            <sub-hyperlink description="${partyId}" target-type="inter-app" target="/partymgr/control/viewprofile">
 	                <parameter param-name="partyId"/>
 	            </sub-hyperlink>