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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Deepak Dixit-5
Author: deepak
Date: Sat Nov 19 11:22:25 2016
New Revision: 1770481

URL: http://svn.apache.org/viewvc?rev=1770481&view=rev
Log:
Fixed: Lookup of initial account in new opportunity doesn't work.
(OFBIZ-8617)

Thanks Pierre Smits for reporting the issue.

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=1770481&r1=1770480&r2=1770481&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/LookupScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/LookupScreens.xml Sat Nov 19 11:22:25 2016
@@ -308,6 +308,8 @@ under the License.
                 <property-map resource="PartyUiLabels" map-name="uiLabelMap" global="true"/>
                 <set field="title" value="${uiLabelMap.PartyLookupAccount}"/>
                 <set field="entityName" value="PartyRoleAndPartyDetail"/>
+                <set field="searchFields" value="[partyId, groupName, firstName, lastName]"/>
+                <set field="conditionFields.roleTypeId" value="ACCOUNT"/>
                 <set field="parameters.roleTypeId" value="ACCOUNT"/>
             </actions>
             <widgets>