[
https://issues.jboss.org/browse/GTNPORTAL-2542?page=com.atlassian.jira.pl...
]
Trong Tran updated GTNPORTAL-2542:
----------------------------------
Sprint: Sprint 77 (was: Sprint 77, Sprint 78)
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: 2 hours
Remaining Estimate: 0 minutes
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