You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Olivier Heintz (Updated) (JIRA)" <ji...@apache.org> on 2011/11/07 21:34:51 UTC

[jira] [Updated] (OFBIZ-4503) wrong jquery.custom.min address in product/commonScreens.xml

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

Olivier Heintz updated OFBIZ-4503:
----------------------------------

    Attachment: ProductCommonScreens2.patch

I don't know why this javascript library is added, so I'm not able to find the correct one.
So, I have commented the add to avoid error message in browser console and add a comment for whose knows which is the correct library.
                
> wrong jquery.custom.min address in product/commonScreens.xml
> ------------------------------------------------------------
>
>                 Key: OFBIZ-4503
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4503
>             Project: OFBiz
>          Issue Type: Bug
>          Components: product
>    Affects Versions: SVN trunk
>            Reporter: Olivier Heintz
>            Assignee: Erwan de FERRIERES
>             Fix For: SVN trunk
>
>         Attachments: ProductCommonScreens.patch, ProductCommonScreens2.patch
>
>
> in product/commonScreens.xml
>  --- applications/product/widget/catalog/CommonScreens.xml	(révision 1188040)
>  +++ applications/product/widget/catalog/CommonScreens.xml	(copie de travail)
>  @@ -43,7 +43,7 @@
>                   <set field="applicationTitle" value="${uiLabelMap.ProductCatalogManagerApplication}" global="true"/>
>                   <set field="layoutSettings.javaScripts[+0]" value="/images/jquery/ui/development-bundle/external /jquery.cookie.js" global="true"/>
>                   <set field="layoutSettings.javaScripts[+0]" value="/images/jquery/plugins/jsTree/jquery.jstree.js" global="true"/>
>  -                <set field="layoutSettings.javaScripts[+0]" value="/images/jquery/jquery-1.8.13.custom.min.js" global="true"/>
>  +                <set field="layoutSettings.javaScripts[+0]" value="/images/jquery/ui/js/jquery-ui-1.8.13.custom.min.js" global="true"/>
>               </actions>
>               <widgets>
>                   <include-screen name="ApplicationDecorator" location="component://commonext/widget/CommonScreens.xml"/>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira