[gatein-issues] [JBoss JIRA] (GTNPORTAL-2542) Wrong name for shared javascript module UIVirtualList.js

Tuyen Nguyen The (JIRA) jira-events at lists.jboss.org
Tue Sep 24 23:35:45 EDT 2013


     [ https://issues.jboss.org/browse/GTNPORTAL-2542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tuyen Nguyen The updated GTNPORTAL-2542:
----------------------------------------

              Status: Pull Request Sent  (was: Coding In Progress)
    Git Pull Request: https://github.com/gatein/gatein-portal/pull/667

    
> Wrong name for shared javascript module UIVirtualList.js
> --------------------------------------------------------
>
>                 Key: GTNPORTAL-2542
>                 URL: https://issues.jboss.org/browse/GTNPORTAL-2542
>             Project: GateIn Portal
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 3.2.0-GA
>            Reporter: Martin Weiler
>            Assignee: Tuyen Nguyen The
>            Priority: Minor
>   Original Estimate: 1 hour
>          Time Spent: 1 hour
>  Remaining Estimate: 1 hour
>
> https://community.jboss.org/wiki/SharedJavascript lists the following webui-ext modules:
>       <script>
>          <name>eXo.webui.UIVirtualList</name>
>          <path>/javascript/eXo/webui/UIVirtualList.js</path>
>       </script>
>       <script>
>          <name>eXo.webui.UICombobox</name>
>          <path>/javascript/eXo/webui/UICombobox.js</path>
>       </script>
> In  web/eXoResources/src/main/webapp/WEB-INF/gatein-resources.xml, both scripts are using the same identifier 'eXo.webui.UICombobox':
>       <param>
>          <js-module>eXo.webui.UICombobox</js-module>
>          <js-path>/javascript/eXo/webui/UICombobox.js</js-path>
>          <js-priority>4</js-priority>
>       </param>
>       <param>
>          <js-module>eXo.webui.UICombobox</js-module>
>          <js-path>/javascript/eXo/webui/UIVirtualList.js</js-path>
>          <js-priority>4</js-priority>
>       </param>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the gatein-issues mailing list