You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by pr...@apache.org on 2017/07/25 06:57:26 UTC

svn commit: r1802885 - /ofbiz/ofbiz-plugins/trunk/scrum/widget/CommunicationEventForms.xml

Author: pranayp
Date: Tue Jul 25 06:57:26 2017
New Revision: 1802885

URL: http://svn.apache.org/viewvc?rev=1802885&view=rev
Log:
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/ofbiz-plugins/trunk/scrum/widget/CommunicationEventForms.xml

Modified: ofbiz/ofbiz-plugins/trunk/scrum/widget/CommunicationEventForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/scrum/widget/CommunicationEventForms.xml?rev=1802885&r1=1802884&r2=1802885&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/scrum/widget/CommunicationEventForms.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/scrum/widget/CommunicationEventForms.xml Tue Jul 25 06:57:26 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"