You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ar...@apache.org on 2017/07/09 05:49:56 UTC

svn commit: r1801347 - /ofbiz/ofbiz-framework/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml

Author: arunpatidar
Date: Sun Jul  9 05:49:56 2017
New Revision: 1801347

URL: http://svn.apache.org/viewvc?rev=1801347&view=rev
Log:
Status of communication event role is marked Read on View Communication Event page. (OFBIZ-9473)

Thanks Pallavi for your contribution.

Modified:
    ofbiz/ofbiz-framework/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml?rev=1801347&r1=1801346&r2=1801347&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml Sun Jul  9 05:49:56 2017
@@ -380,7 +380,6 @@ under the License.
                 <set field="titleProperty" value="PageTitleViewCommunication"/>
                 <set field="tabButtonItem" value="OverView"/>
                 <set field="parentCommEventId" from-field="parameters.parentCommEventId"/>
-                <service service-name="setCommEventRoleToRead"></service>
                 <entity-one entity-name="CommunicationEvent" value-field="communicationEvent"/>
                 <set field="partyIdFrom" from-field="parameters.partyId" default-value="${userLogin.partyId}"/>
             </actions>
@@ -863,7 +862,6 @@ under the License.
                             <if-compare field="parameters.form" operator="equals" value="view"/>
                         </condition>
                         <actions>
-                            <service service-name="setCommEventRoleToRead"/>
                             <set field="parentCommEventId" from-field="parameters.parentCommEventId"/>
                             <set field="partyIdFrom" from-field="parameters.partyId" default-value="${userLogin.partyId}"/>
                         </actions>