You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2009/05/30 10:08:25 UTC

svn commit: r780199 - /ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml

Author: hansbak
Date: Sat May 30 08:08:24 2009
New Revision: 780199

URL: http://svn.apache.org/viewvc?rev=780199&view=rev
Log:
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:&quot;COM_ROLE_READ&quot;.equals(roleStatusId)?&quot;PartyToComplete&quot;:&quot;&quot;}"/>
+            <set field="toComplete" value="${bsh:&quot;COM_ROLE_READ&quot;.equals(roleStatusId)?&quot;PartyToComplete&quot;:&quot;CommonEmptyHeader&quot;}"/>
         </row-actions>
         <field name="partyId"><hidden/></field>
         <field name="communicationEventId"><hidden/></field>