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

svn commit: r782659 - /ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml

Author: ashish
Date: Mon Jun  8 14:48:05 2009
New Revision: 782659

URL: http://svn.apache.org/viewvc?rev=782659&view=rev
Log:
login-required="false" was present in the old service.
So changing it again.

Modified:
    ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml

Modified: ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml?rev=782659&r1=782658&r2=782659&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml (original)
+++ ofbiz/trunk/applications/party/script/org/ofbiz/party/communication/CommunicationEventServices.xml Mon Jun  8 14:48:05 2009
@@ -523,7 +523,7 @@
             </if-empty>
         </if-compare-field>
     </simple-method>
-    <simple-method method-name="setCommEventRoleToRead" short-description="set the status for a particular party role to the status COM_ROLE_READ">
+    <simple-method method-name="setCommEventRoleToRead" short-description="set the status for a particular party role to the status COM_ROLE_READ" login-required="false">
         <if-empty field="parameters.partyId">
             <set field="parameters.partyId" from-field="parameters.userLogin.partyId"/>
         </if-empty>