[jira] [Updated] (OFBIZ-9524) Uploading content to a product email is not working

2017-07-25 Thread Pranay Pandey (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-9524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pranay Pandey updated OFBIZ-9524:
-
Affects Version/s: Release Branch 16.11

> Uploading content to a product email is not working 
> 
>
> Key: OFBIZ-9524
> URL: https://issues.apache.org/jira/browse/OFBIZ-9524
> Project: OFBiz
>  Issue Type: Bug
>  Components: scrum
>Affects Versions: Trunk, Release Branch 16.11
>Reporter: Devanshu Vyas
>Assignee: Pranay Pandey
> Attachments: OFBIZ-9524.patch, OFBIZ-9524.patch
>
>
> The feature to upload content to a product email in SCRUM component is not 
> working properly. I followed the below steps:
> * Go to SCRUM main page. 
> (https://demo-trunk.ofbiz.apache.org/scrum/control/main)
> * Select a product. 
> (https://demo-trunk.ofbiz.apache.org/scrum/control/ViewProduct?productId=DEMO-PRODUCT-1)
> * Click on Communications menu item. 
> (https://demo-trunk.ofbiz.apache.org/scrum/control/ProductEmails?productId=DEMO-PRODUCT-1)
> * Click on the (New Email) button. 
> (https://demo-trunk.ofbiz.apache.org/scrum/control/NewProductEmail)
> * On the right side panel, upload a file.
> * Click on the (Upload) button.
> The uploaded file is not getting uploaded and giving below error
> {code}
> Uncaught TypeError: Cannot read property 'datetimeStarted' of undefined
> at :1:55
> (anonymous) @ VM427:1
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (OFBIZ-9524) Uploading content to a product email is not working

2017-07-25 Thread Devanshu Vyas (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-9524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Devanshu Vyas updated OFBIZ-9524:
-
Attachment: OFBIZ-9524.patch

Uploaded updated patch.

> Uploading content to a product email is not working 
> 
>
> Key: OFBIZ-9524
> URL: https://issues.apache.org/jira/browse/OFBIZ-9524
> Project: OFBiz
>  Issue Type: Bug
>  Components: scrum
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
> Attachments: OFBIZ-9524.patch, OFBIZ-9524.patch
>
>
> The feature to upload content to a product email in SCRUM component is not 
> working properly. I followed the below steps:
> * Go to SCRUM main page. 
> (https://demo-trunk.ofbiz.apache.org/scrum/control/main)
> * Select a product. 
> (https://demo-trunk.ofbiz.apache.org/scrum/control/ViewProduct?productId=DEMO-PRODUCT-1)
> * Click on Communications menu item. 
> (https://demo-trunk.ofbiz.apache.org/scrum/control/ProductEmails?productId=DEMO-PRODUCT-1)
> * Click on the (New Email) button. 
> (https://demo-trunk.ofbiz.apache.org/scrum/control/NewProductEmail)
> * On the right side panel, upload a file.
> * Click on the (Upload) button.
> The uploaded file is not getting uploaded and giving below error
> {code}
> Uncaught TypeError: Cannot read property 'datetimeStarted' of undefined
> at :1:55
> (anonymous) @ VM427:1
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (OFBIZ-9524) Uploading content to a product email is not working

2017-07-24 Thread Devanshu Vyas (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-9524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Devanshu Vyas updated OFBIZ-9524:
-
Attachment: OFBIZ-9524.patch

Uploaded patch with the fix. The issue was due to a typo in form name in the 
javascript function on the button.

> Uploading content to a product email is not working 
> 
>
> Key: OFBIZ-9524
> URL: https://issues.apache.org/jira/browse/OFBIZ-9524
> Project: OFBiz
>  Issue Type: Bug
>  Components: scrum
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
> Attachments: OFBIZ-9524.patch
>
>
> The feature to upload content to a product email in SCRUM component is not 
> working properly. I followed the below steps:
> * Go to SCRUM main page. 
> (https://demo-trunk.ofbiz.apache.org/scrum/control/main)
> * Select a product. 
> (https://demo-trunk.ofbiz.apache.org/scrum/control/ViewProduct?productId=DEMO-PRODUCT-1)
> * Click on Communications menu item. 
> (https://demo-trunk.ofbiz.apache.org/scrum/control/ProductEmails?productId=DEMO-PRODUCT-1)
> * Click on the (New Email) button. 
> (https://demo-trunk.ofbiz.apache.org/scrum/control/NewProductEmail)
> * On the right side panel, upload a file.
> * Click on the (Upload) button.
> The uploaded file is not getting uploaded and giving below error
> {code}
> Uncaught TypeError: Cannot read property 'datetimeStarted' of undefined
> at :1:55
> (anonymous) @ VM427:1
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (OFBIZ-9524) Uploading content to a product email is not working

2017-07-24 Thread Pranay Pandey (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-9524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pranay Pandey updated OFBIZ-9524:
-
Summary: Uploading content to a product email is not working   (was: 
Uploading content to a product email is now working )

> Uploading content to a product email is not working 
> 
>
> Key: OFBIZ-9524
> URL: https://issues.apache.org/jira/browse/OFBIZ-9524
> Project: OFBiz
>  Issue Type: Bug
>  Components: scrum
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>
> The feature to upload content to a product email in SCRUM component is not 
> working properly. I followed the below steps:
> * Go to SCRUM main page. 
> (https://demo-trunk.ofbiz.apache.org/scrum/control/main)
> * Select a product. 
> (https://demo-trunk.ofbiz.apache.org/scrum/control/ViewProduct?productId=DEMO-PRODUCT-1)
> * Click on Communications menu item. 
> (https://demo-trunk.ofbiz.apache.org/scrum/control/ProductEmails?productId=DEMO-PRODUCT-1)
> * Click on the (New Email) button. 
> (https://demo-trunk.ofbiz.apache.org/scrum/control/NewProductEmail)
> * On the right side panel, upload a file.
> * Click on the (Upload) button.
> The uploaded file is not getting uploaded and giving below error
> {code}
> Uncaught TypeError: Cannot read property 'datetimeStarted' of undefined
> at :1:55
> (anonymous) @ VM427:1
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)