[jira] [Commented] (OFBIZ-7209) Order Ship Group PDF is not opening

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

[jira] [Commented] (OFBIZ-7209) Order Ship Group PDF is not opening

Nicolas Malin (Jira)

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

Amardeep Singh Jhajj commented on OFBIZ-7209:
---------------------------------------------

This issue was coming due to the declaration of map with list syntax. This issue introduced when we moved from Javolution collections to java collections.

{code}
line = [];  // list
line = [:]; // map
{code}

One more issue found after fixing map syntax that is missing block elements error. I have added checks to handle this error. Please find attached patch for Release 15.12 and trunk. Thanks.

> Order Ship Group PDF is not opening
> -----------------------------------
>
>                 Key: OFBIZ-7209
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-7209
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework, order
>    Affects Versions: Trunk, Release Branch 15.12
>            Reporter: Amardeep Singh Jhajj
>            Assignee: Pranay Pandey
>         Attachments: OFBIZ-7209-Release15.12.patch, OFBIZ-7209-ScreenShot.png, OFBIZ-7209-trunk.patch
>
>
> Please find attached screenshot:
> Steps to regenerate:
> 1. Go to orderview screen - https://localhost:8443/ordermgr/control/orderview?orderId=DEMO10090
> 2. Click on Ship Group PDF link.



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