Author: hansbak
Date: Fri Mar 13 07:41:31 2009
New Revision: 753148
URL:
http://svn.apache.org/viewvc?rev=753148&view=revLog:
sorry about this, should work now: communications for a certain party, also removed a duplicated 'new' button
Modified:
ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml
ofbiz/trunk/applications/party/widget/partymgr/CommunicationScreens.xml
Modified: ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml?rev=753148&r1=753147&r2=753148&view=diff==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml Fri Mar 13 07:41:31 2009
@@ -314,7 +314,7 @@
<form name="ListPartyCommEvents" type="list" extends="ListCommEvents"
header-row-style="header-row-2" odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
<actions>
- <entity-condition entity-name="CommunicationEventAndRole" list="commEvents" distinct="true">
+ <entity-condition entity-name="CommunicationEventAndRole" list="commEvents">
<condition-list combine="and">
<condition-expr field-name="partyId" operator="equals" value="${partyId}"/>
</condition-list>
Modified: ofbiz/trunk/applications/party/widget/partymgr/CommunicationScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/CommunicationScreens.xml?rev=753148&r1=753147&r2=753148&view=diff==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/CommunicationScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/CommunicationScreens.xml Fri Mar 13 07:41:31 2009
@@ -84,7 +84,6 @@
</condition>
<widgets>
<container style="h1"><label text="${uiLabelMap.PageTitleListCommunications}"/></container>
- <container style="button-bar"><link style="smallSubmit" target="EditCommunicationEvent?partyId=${partyId}" text="${uiLabelMap.PartyNewCommunication}"/></container>
<include-form location="component://party/webapp/partymgr/communication/CommForms.xml" name="ListPartyCommEvents"/>
</widgets>
<fail-widgets>