Author: ashish
Date: Mon Jun 8 14:48:05 2009
New Revision: 782659
URL:
http://svn.apache.org/viewvc?rev=782659&view=revLog:
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>