[jira] Created: (OFBIZ-4008) displaying promoText in finalizeOrder is wrongly done

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

[jira] Created: (OFBIZ-4008) displaying promoText in finalizeOrder is wrongly done

Nicolas Malin (Jira)
displaying promoText in finalizeOrder is wrongly done
-----------------------------------------------------

                 Key: OFBIZ-4008
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4008
             Project: OFBiz
          Issue Type: Bug
          Components: order
    Affects Versions: SVN trunk
            Reporter: Erwan de FERRIERES
            Priority: Critical
             Fix For: SVN trunk


Steps to reproduce :

Create an order with 6 GZ-1000 gizmos, and finalize the order.
When coming on reviewing order, the order items list, with adjustements is displayed, and the promoText for the GZ-1006-4 - Open Gizmo (MIT) is shown, but the link is in full text, and not interpreted as a link (see screenshot).

Another error due to this can also be found when calling createInvoiceItem, as the promoText is a CDATA field, and is tried in this service to be changed as a text field (invoiceItem.description), which causes an error as it is not allowing '<' and '>' signs.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-4008) displaying promoText in finalizeOrder is wrongly done

Nicolas Malin (Jira)

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

Erwan de FERRIERES updated OFBIZ-4008:
--------------------------------------

    Attachment: OFBIZ-4008.png

> displaying promoText in finalizeOrder is wrongly done
> -----------------------------------------------------
>
>                 Key: OFBIZ-4008
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4008
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Erwan de FERRIERES
>            Priority: Critical
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4008.png
>
>
> Steps to reproduce :
> Create an order with 6 GZ-1000 gizmos, and finalize the order.
> When coming on reviewing order, the order items list, with adjustements is displayed, and the promoText for the GZ-1006-4 - Open Gizmo (MIT) is shown, but the link is in full text, and not interpreted as a link (see screenshot).
> Another error due to this can also be found when calling createInvoiceItem, as the promoText is a CDATA field, and is tried in this service to be changed as a text field (invoiceItem.description), which causes an error as it is not allowing '<' and '>' signs.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-4008) displaying promoText in finalizeOrder is wrongly done

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Jacques Le Roux closed OFBIZ-4008.
----------------------------------

    Resolution: Fixed
      Assignee: Jacques Le Roux

Thanks for report Erwan,

Fixed in trunk at r1042009, R10.04 at r1042013, R9.04 at r1042015.

> displaying promoText in finalizeOrder is wrongly done
> -----------------------------------------------------
>
>                 Key: OFBIZ-4008
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4008
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Erwan de FERRIERES
>            Assignee: Jacques Le Roux
>            Priority: Critical
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4008.png
>
>
> Steps to reproduce :
> Create an order with 6 GZ-1000 gizmos, and finalize the order.
> When coming on reviewing order, the order items list, with adjustements is displayed, and the promoText for the GZ-1006-4 - Open Gizmo (MIT) is shown, but the link is in full text, and not interpreted as a link (see screenshot).
> Another error due to this can also be found when calling createInvoiceItem, as the promoText is a CDATA field, and is tried in this service to be changed as a text field (invoiceItem.description), which causes an error as it is not allowing '<' and '>' signs.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.