[jira] [Commented] (OFBIZ-7830) Upload Communication Content functionality is not working from the Internal Note creation screen

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-7830) Upload Communication Content functionality is not working from the Internal Note creation screen

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-7830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15395643#comment-15395643 ]

Montalbano Florian commented on OFBIZ-7830:
-------------------------------------------

Hi,
the problem comes from a javascript error (you can check it with the dev tools inspector of a web navigator).

When uploading, the javascript called try to access information about an element of the Dom which is "EditEmail" . It is a form that does exist in OFBiz. But on this page, there is no such form. Instead, we need to access "EditInternalNote" (which has all the information we need).

I tried to change the javascript of the submit button in the file "CommunicationEventForms.xml" and it works.
I'm not updating a patch yet because I didn't check if the same form was used to upload content for an email and for an internal note (then it would repair one form while breaking the other).

Btw, there is the same problem with "adding a communication event roles" to the email.

I hope that will be useful.

> Upload Communication Content functionality is not working from the Internal Note creation screen
> ------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-7830
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-7830
>             Project: OFBiz
>          Issue Type: Bug
>          Components: party
>    Affects Versions: Trunk
>            Reporter: Ravi Lodhi
>            Assignee: Ravi Lodhi
>
> 1) Go to Party component.
> 2) Navigate to My Communication page.
> 3) Go to create New Internal Note screen.
> 4) Here under Communication Content section, try to upload any content.
> Not be able to upload any content.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)