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

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

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

Nicolas Malin (Jira)
wrong jquery.custom.min address in party/commonScreens.xml
----------------------------------------------------------

                 Key: OFBIZ-4503
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4503
             Project: OFBiz
          Issue Type: Bug
          Components: party
    Affects Versions: SVN trunk
            Reporter: Olivier Heintz


in party/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


Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)

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

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

    Description:
in party/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"/>


  was:
in party/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"/>


   

> wrong jquery.custom.min address in party/commonScreens.xml
> ----------------------------------------------------------
>
>                 Key: OFBIZ-4503
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4503
>             Project: OFBiz
>          Issue Type: Bug
>          Components: party
>    Affects Versions: SVN trunk
>            Reporter: Olivier Heintz
>
> in party/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


Reply | Threaded
Open this post in threaded view
|

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

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

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

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

    Component/s:     (was: party)
                 product
    Description:
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"/>


  was:
in party/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"/>


        Summary: wrong jquery.custom.min address in product/commonScreens.xml  (was: wrong jquery.custom.min address in party/commonScreens.xml)
   

> 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
>
> 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


Reply | Threaded
Open this post in threaded view
|

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

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

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

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

    Attachment: ProductCommonScreens.patch

patch with correction
               

> 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
>         Attachments: ProductCommonScreens.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


Reply | Threaded
Open this post in threaded view
|

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

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

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

Erwan de FERRIERES commented on OFBIZ-4503:
-------------------------------------------

Done at r1188334
Thanks Olivier
               

> 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
>             Fix For: SVN trunk
>
>         Attachments: ProductCommonScreens.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


Reply | Threaded
Open this post in threaded view
|

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

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

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

Erwan de FERRIERES closed OFBIZ-4503.
-------------------------------------

    Assignee: Erwan de FERRIERES
   

> 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
>
>
> 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


Reply | Threaded
Open this post in threaded view
|

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

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

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

Erwan de FERRIERES reopened OFBIZ-4503:
---------------------------------------


reverted at 1188862, please see commit log.
               

> 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
>
>
> 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


Reply | Threaded
Open this post in threaded view
|

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

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

     [ 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


Reply | Threaded
Open this post in threaded view
|

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

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

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

Jacques Le Roux reassigned OFBIZ-4503:
--------------------------------------

    Assignee: Jacques Le Roux  (was: Erwan de FERRIERES)
   

> 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 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


Reply | Threaded
Open this post in threaded view
|

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

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

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

Jacques Le Roux commented on OFBIZ-4503:
----------------------------------------

I reassigned to me, because I will completly handle the problem when I will get a chance (maybe before new year...)
               

> 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 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