svn commit: r1770482 - in /ofbiz/branches/release16.11: ./ 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: r1770482 - in /ofbiz/branches/release16.11: ./ applications/party/widget/partymgr/LookupScreens.xml

Deepak Dixit-5
Author: deepak
Date: Sat Nov 19 11:23:30 2016
New Revision: 1770482

URL: http://svn.apache.org/viewvc?rev=1770482&view=rev
Log:
Applied fix from trunk for revision: 1770481
===

Fixed: Lookup of initial account in new opportunity doesn't work.
(OFBIZ-8617)

Thanks Pierre Smits for reporting the issue.

Modified:
    ofbiz/branches/release16.11/   (props changed)
    ofbiz/branches/release16.11/applications/party/widget/partymgr/LookupScreens.xml

Propchange: ofbiz/branches/release16.11/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Nov 19 11:23:30 2016
@@ -10,3 +10,4 @@
 /ofbiz/branches/json-integration-refactoring:1634077-1635900
 /ofbiz/branches/multitenant20100310:921280-927264
 /ofbiz/branches/release13.07:1547657
+/ofbiz/trunk:1770481

Modified: ofbiz/branches/release16.11/applications/party/widget/partymgr/LookupScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release16.11/applications/party/widget/partymgr/LookupScreens.xml?rev=1770482&r1=1770481&r2=1770482&view=diff
==============================================================================
--- ofbiz/branches/release16.11/applications/party/widget/partymgr/LookupScreens.xml (original)
+++ ofbiz/branches/release16.11/applications/party/widget/partymgr/LookupScreens.xml Sat Nov 19 11:23:30 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>