You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by bi...@apache.org on 2010/04/19 18:34:10 UTC

svn commit: r935657 - in /ofbiz/trunk/applications: marketing/widget/ContactListScreens.xml party/widget/partymgr/PartyContactListScreens.xml

Author: bibryam
Date: Mon Apr 19 16:34:09 2010
New Revision: 935657

URL: http://svn.apache.org/viewvc?rev=935657&view=rev
Log:
Added autocompleter to LookupContactList and LookupPreferredContactMech screens

Modified:
    ofbiz/trunk/applications/marketing/widget/ContactListScreens.xml
    ofbiz/trunk/applications/party/widget/partymgr/PartyContactListScreens.xml

Modified: ofbiz/trunk/applications/marketing/widget/ContactListScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/ContactListScreens.xml?rev=935657&r1=935656&r2=935657&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/widget/ContactListScreens.xml (original)
+++ ofbiz/trunk/applications/marketing/widget/ContactListScreens.xml Mon Apr 19 16:34:09 2010
@@ -348,6 +348,8 @@ under the License.
                 <set field="contactListTabButtonItem" value="ContactListCommEvent"/>
                 <set field="labelTitleProperty" value="PageTitleLookupContactList"/>
                 <set field="title" value="${uiLabelMap.PageTitleLookupContactList}"/>
+                <set field="entityName" value="ContactList"/>
+                <set field="searchFields" value="[contactListId, contactListName, description]"/>
             </actions>
             <widgets>
                 <decorator-screen name="LookupDecorator" location="component://common/widget/CommonScreens.xml">
@@ -370,9 +372,10 @@ under the License.
                 <set field="contactListTabButtonItem" value="ContactListCommEvent"/>
                 <set field="labelTitleProperty" value="PageTitlePreferredContactMech"/>
                 <set field="title" value="${uiLabelMap.PageTitlePreferredContactMech}"/>
-
                 <set field="donePage" from-field="parameters.DONE_PAGE" default-value="/marketing/control/ListContactLists"/>
                 <set field="partyId" from-field="parameters.parm0"/>
+                <set field="entityName" value="PartyAndContactMech"/>
+                <set field="searchFields" value="[contactMechId, partyId, infoString, paToName, paAddress1]"/>
             </actions>
             <widgets>
                 <decorator-screen name="LookupDecorator" location="component://common/widget/CommonScreens.xml">

Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyContactListScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyContactListScreens.xml?rev=935657&r1=935656&r2=935657&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/PartyContactListScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/PartyContactListScreens.xml Mon Apr 19 16:34:09 2010
@@ -60,10 +60,10 @@ under the License.
                 <set field="tabButtonItem" value="ContactList"/>
                 <set field="labelTitleProperty" value="${uiLabelMap.PageTitleListContactList}"/>
                 <set field="title" value="${uiLabelMap.PageTitleListContactList}"/>
-
                 <set field="donePage" from-field="parameters.DONE_PAGE" default-value="/marketing/control/ListContactList"/>
                 <set field="contactListId" from-field="parameters.contactListId"/>
                 <set field="entityName" value="ContactList"/>
+                <set field="searchFields" value="[contactListId, contactListName, description]"/>
             </actions>
             <widgets>
                 <decorator-screen name="LookupDecorator" location="component://common/widget/CommonScreens.xml">