You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Ray Barlow (JIRA)" <ji...@apache.org> on 2007/08/14 19:19:30 UTC

[jira] Closed: (OFBIZ-1201) rev 560970 broke javascript

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

Ray Barlow closed OFBIZ-1201.
-----------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk

Thanks for the patch it's committed. I checked the previous commit and this is the only area that changed ampersands in urls.
SVN r565839

> rev 560970 broke javascript
> ---------------------------
>
>                 Key: OFBIZ-1201
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1201
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ecommerce
>    Affects Versions: SVN trunk
>            Reporter: Wickersheimer Jeremy
>            Assignee: Ray Barlow
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: ofbiz-1201.patch
>
>
> Another small issue i found out:
> setPaymentInformation (ecommerce/webapp/ecommerce/order/paymentinformation.ftl) uses javascript for "Billing address is the same as the shipping address"
> rev 560970 escaped the & => &amps; , but in the Javascript there is no need to escape HTML characters ... the url used in the window.location.replace still contain the escaped &amps; 
> I will attach the patch for this file, maybe rayb should check if that broke other java scripts.

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