You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jo...@apache.org on 2009/09/25 01:52:56 UTC

svn commit: r818666 - /ofbiz/trunk/applications/party/widget/partymgr/LookupScreens.xml

Author: jonesde
Date: Thu Sep 24 23:52:56 2009
New Revision: 818666

URL: http://svn.apache.org/viewvc?rev=818666&view=rev
Log:
Fixed party group lookup screen to use the PartyAndGroup view entity instead of the PartyGroup entity, fixes problem with missing statusId field error

Modified:
    ofbiz/trunk/applications/party/widget/partymgr/LookupScreens.xml

Modified: ofbiz/trunk/applications/party/widget/partymgr/LookupScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/LookupScreens.xml?rev=818666&r1=818665&r2=818666&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/LookupScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/LookupScreens.xml Thu Sep 24 23:52:56 2009
@@ -249,7 +249,7 @@
             <actions>
                 <property-map resource="PartyUiLabels" map-name="uiLabelMap" global="true"/>
                 <set field="title" value="${uiLabelMap.PartyLookupPartyGroup}"/>
-                <set field="entityName" value="PartyGroup"/>
+                <set field="entityName" value="PartyAndGroup"/>
             </actions>
             <widgets>
                 <decorator-screen name="LookupDecorator" location="component://common/widget/CommonScreens.xml">