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 2016/02/28 12:58:10 UTC

svn commit: r1732721 - /ofbiz/trunk/applications/commonext/widget/CommonScreens.xml

Author: jleroux
Date: Sun Feb 28 11:58:10 2016
New Revision: 1732721

URL: http://svn.apache.org/viewvc?rev=1732721&view=rev
Log:
A patch from Forrest Rae for "ApplicationDecorator Entity-One Screen Action Incomplete Primary Key" https://issues.apache.org/jira/browse/OFBIZ-6918

ApplicationDecorator entity-one screen action supplies an incomplete primary key.

Modified:
    ofbiz/trunk/applications/commonext/widget/CommonScreens.xml

Modified: ofbiz/trunk/applications/commonext/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/widget/CommonScreens.xml?rev=1732721&r1=1732720&r2=1732721&view=diff
==============================================================================
--- ofbiz/trunk/applications/commonext/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/applications/commonext/widget/CommonScreens.xml Sun Feb 28 11:58:10 2016
@@ -62,6 +62,7 @@ under the License.
                         <property-to-field resource="general" property="currency.uom.id.default" field="defaultCurrencyUomId"/>
                         <entity-one entity-name="PartyAcctgPrefAndGroup" value-field="orgParty">
                             <field-map field-name="partyId" from-field="defaultOrganizationPartyId"/>
+                            <field-map field-name="roleTypeId" value="INTERNAL_ORGANIZATIO"/>
                         </entity-one>
                         <entity-one value-field="orgPartyLogoMap" entity-name="PartyGroup">
                             <field-map field-name="partyId" from-field="defaultOrganizationPartyId"/>