[
https://issues.apache.org/jira/browse/OFBIZ-4503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jacques Le Roux closed OFBIZ-4503.
----------------------------------
Resolution: Not A Problem
This should no longer be a problem after the effort I made recently on updating all jQuery related external dependencies and removing unused ones. Please Olivier reopen if you still see a problem.
> 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: Jacques Le Roux
> 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 was sent by Atlassian JIRA
(v6.1.5#6160)