Author: rishi
Date: Wed Aug 30 15:22:07 2017
New Revision: 1806700
URL:
http://svn.apache.org/viewvc?rev=1806700&view=revLog:
Fixed: Party Communication Screen is broken (OFBIZ-9670). Issue was due to missing closing quotes in from-field attribute of set field tag. Thanks Ratnesh Upadhyay 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=1806700&r1=1806699&r2=1806700&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml Wed Aug 30 15:22:07 2017
@@ -578,7 +578,7 @@ under the License.
<set field="parentCommEventId" from-field="parameters.parentCommEventId"/>
<set field="partyId" from-field="parameters.partyId"/>
<set field="partyIdFrom" from-field="parameters.partyId"/>
- <set field="partyIdTo" from-field="parameters.partyId/>
+ <set field="partyIdTo" from-field="parameters.partyId"/>
<entity-one entity-name="Party" use-cache="true" value-field="party"/>
<entity-one entity-name="Person" use-cache="true" value-field="lookupPerson"/>
<entity-one entity-name="CommunicationEvent" value-field="communicationEvent"/>