Author: arunpatidar
Date: Sat Dec 23 12:58:02 2017
New Revision: 1819142
URL:
http://svn.apache.org/viewvc?rev=1819142&view=revLog:
Fixed: Status of communication event role is marked Read on View Communication Event page (OFBIZ-9473)
Back ported changes from revision 1801347.
Thanks Pallavi Goyal for your contribution.
Modified:
ofbiz/branches/release16.11/applications/party/widget/partymgr/CommunicationEventScreens.xml
Modified: ofbiz/branches/release16.11/applications/party/widget/partymgr/CommunicationEventScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release16.11/applications/party/widget/partymgr/CommunicationEventScreens.xml?rev=1819142&r1=1819141&r2=1819142&view=diff==============================================================================
--- ofbiz/branches/release16.11/applications/party/widget/partymgr/CommunicationEventScreens.xml (original)
+++ ofbiz/branches/release16.11/applications/party/widget/partymgr/CommunicationEventScreens.xml Sat Dec 23 12:58:02 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>