Author: jleroux
Date: Thu Jan 8 07:30:06 2009
New Revision: 732720
URL:
http://svn.apache.org/viewvc?rev=732720&view=revLog:
Fix an issue reported by Karim Rahimpur on user ML
Modified:
ofbiz/trunk/applications/party/webapp/partymgr/lookup/LookupForms.xml
Modified: ofbiz/trunk/applications/party/webapp/partymgr/lookup/LookupForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/lookup/LookupForms.xml?rev=732720&r1=732719&r2=732720&view=diff==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/lookup/LookupForms.xml (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/lookup/LookupForms.xml Thu Jan 8 07:30:06 2009
@@ -215,7 +215,7 @@
odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
<actions>
<set field="inputFields" from-field="requestParameters"/>
- <set field="entityName" value="entityName"/>
+ <set field="entityName" value="PartyAndUserLoginAndPerson"/>
<script location="component://party/webapp/partymgr/WEB-INF/actions/party/FindLookUp.groovy"/>
</actions>
<!--<auto-fields-entity entity-name="PartyAndUserLoginAndPerson" default-field-type="display"/>-->
@@ -245,7 +245,7 @@
odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
<actions>
<set field="inputFields" from-field="requestParameters"/>
- <set field="entityName" value="entityName"/>
+ <set field="entityName" value="UserLoginAndPartyDetails"/>
<script location="component://party/webapp/partymgr/WEB-INF/actions/party/FindLookUp.groovy"/>
</actions>
<field name="userLoginId" title="${uiLabelMap.PartyUserLoginId}" widget-style="smallSubmit">