Author: hansbak
Date: Tue Jul 26 10:08:29 2011
New Revision: 1151051
URL:
http://svn.apache.org/viewvc?rev=1151051&view=revLog:
did not show active contactlist members only on start: fixed
Modified:
ofbiz/trunk/applications/marketing/widget/ContactListForms.xml
ofbiz/trunk/applications/marketing/widget/ContactListMenus.xml
Modified: ofbiz/trunk/applications/marketing/widget/ContactListForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/ContactListForms.xml?rev=1151051&r1=1151050&r2=1151051&view=diff==============================================================================
--- ofbiz/trunk/applications/marketing/widget/ContactListForms.xml (original)
+++ ofbiz/trunk/applications/marketing/widget/ContactListForms.xml Tue Jul 26 10:08:29 2011
@@ -191,7 +191,7 @@ under the License.
<field name="preferredContactMechId" title="${uiLabelMap.MarketingContactListPreferredContactMech}">
<lookup target-form-name="LookupContactMech" target-parameter="partyId"/>
</field>
- <field name="hideExpired"><check all-checked="true"/></field>
+ <field name="hideExpired"><check/></field>
<field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="buttontext"><submit button-type="text-link"/></field>
</form>
<form name="ListContactListParties" type="list" title="" list-name="listIt" paginate-target="ListContactListParties"
Modified: ofbiz/trunk/applications/marketing/widget/ContactListMenus.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/ContactListMenus.xml?rev=1151051&r1=1151050&r2=1151051&view=diff==============================================================================
--- ofbiz/trunk/applications/marketing/widget/ContactListMenus.xml (original)
+++ ofbiz/trunk/applications/marketing/widget/ContactListMenus.xml Tue Jul 26 10:08:29 2011
@@ -29,6 +29,7 @@ under the License.
<menu-item name="ContactListParty" title="${uiLabelMap.PartyParties}">
<link target="FindContactListParties">
<parameter param-name="contactListId"/>
+ <parameter param-name="hideExpired" value="Y"/>
</link>
</menu-item>
<menu-item name="ContactListCommEvent" title="${uiLabelMap.PartyCommEvents}">