Author: jleroux
Date: Thu Jan 22 16:28:14 2015
New Revision: 1653934
URL:
http://svn.apache.org/r1653934Log:
Fixes a bug, there is no LookupParty only LookupPerson and LookupPartyGroup. anyway I believe here we should rather use LookupUserLoginAndPartyDetails because no reasons to exclude a PartyGroup or a Person
Modified:
ofbiz/trunk/applications/content/widget/layout/LayoutForms.xml
Modified: ofbiz/trunk/applications/content/widget/layout/LayoutForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/widget/layout/LayoutForms.xml?rev=1653934&r1=1653933&r2=1653934&view=diff==============================================================================
--- ofbiz/trunk/applications/content/widget/layout/LayoutForms.xml (original)
+++ ofbiz/trunk/applications/content/widget/layout/LayoutForms.xml Thu Jan 22 16:28:14 2015
@@ -37,13 +37,13 @@ under the License.
<text-find/>
</field>
<field name="createdByUserLogin">
- <lookup target-form-name="LookupPerson"/>
+ <lookup target-form-name="LookupUserLoginAndPartyDetails"/>
</field>
<field name="createdDate">
<date-find/>
</field>
<field name="lastModifiedByUserLogin">
- <lookup target-form-name="LookupParty"/>
+ <lookup target-form-name="LookupUserLoginAndPartyDetails"/>
</field>
<field name="lastModifiedDate">
<date-find/>