Author: jonesde
Date: Thu Sep 24 23:52:56 2009
New Revision: 818666
URL:
http://svn.apache.org/viewvc?rev=818666&view=revLog:
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">