Author: hansbak
Date: Sat May 30 08:08:24 2009
New Revision: 780199
URL:
http://svn.apache.org/viewvc?rev=780199&view=revLog:
removed cause of error message in log
Modified:
ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.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=780199&r1=780198&r2=780199&view=diff==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml Sat May 30 08:08:24 2009
@@ -403,7 +403,7 @@
<form name="ListPartyCommEvents" extends="ListCommEvents" extends-resource="component://party/webapp/partymgr/communication/CommForms.xml"
type="list" target="RemoveCommunicationEventRole" header-row-style="header-row-2">
<row-actions>
- <set field="toComplete" value="${bsh:"COM_ROLE_READ".equals(roleStatusId)?"PartyToComplete":""}"/>
+ <set field="toComplete" value="${bsh:"COM_ROLE_READ".equals(roleStatusId)?"PartyToComplete":"CommonEmptyHeader"}"/>
</row-actions>
<field name="partyId"><hidden/></field>
<field name="communicationEventId"><hidden/></field>