Author: pranayp
Date: Tue Jul 25 07:03:15 2017
New Revision: 1802893
URL:
http://svn.apache.org/viewvc?rev=1802893&view=revLog:
Manually applied trunk for revision: 1802885.
===========================================
Fixed: SCRUM - Upload content to a product email in SCRUM component is not working.
(OFBIZ-9524)
Fixed typo in form name in the javascript function on the button.
Thanks Devanshu Vyas for reporting and providing the patch.
===========================================
Modified:
ofbiz/branches/release16.11/specialpurpose/scrum/widget/CommunicationEventForms.xml
Modified: ofbiz/branches/release16.11/specialpurpose/scrum/widget/CommunicationEventForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release16.11/specialpurpose/scrum/widget/CommunicationEventForms.xml?rev=1802893&r1=1802892&r2=1802893&view=diff==============================================================================
--- ofbiz/branches/release16.11/specialpurpose/scrum/widget/CommunicationEventForms.xml (original)
+++ ofbiz/branches/release16.11/specialpurpose/scrum/widget/CommunicationEventForms.xml Tue Jul 25 07:03:15 2017
@@ -209,12 +209,12 @@ under the License.
<hyperlink also-hidden="true"
target-type="plain" description="${uiLabelMap.CommonUpload}"
target="javascript:
- (document.uploadContentForProduct.datetimeStarted.value=document.EditEmailForProduct.datetimeStarted.value),
- (document.uploadContentForProduct.partyIdTo.value=document.EditEmailForProduct.partyIdTo.value),
- (document.uploadContentForProduct.subject.value=document.EditEmailForProduct.subject.value),
- (document.uploadContentForProduct.productId.value=document.EditEmailForProduct.productId.value),
- (document.uploadContentForProduct.content.value=document.EditEmailForProduct.content.value),
- (document.uploadContentForProduct.submit())"/>
+ (document.UploadContentForProduct.datetimeStarted.value=document.EditEmailForProduct.datetimeStarted.value),
+ (document.UploadContentForProduct.partyIdTo.value=document.EditEmailForProduct.partyIdTo.value),
+ (document.UploadContentForProduct.subject.value=document.EditEmailForProduct.subject.value),
+ (document.UploadContentForProduct.productId.value=document.EditEmailForProduct.productId.value),
+ (document.UploadContentForProduct.content.value=document.EditEmailForProduct.content.value),
+ (document.UploadContentForProduct.submit())"/>
</field>
</form>
<form name="ListCommEventsForProduct" type="list" paginate="true" list-name="commEvents" extends="ListCommEvents" extends-resource="component://party/widget/partymgr/CommunicationEventForms.xml"