]
Boleslaw Dawidowicz resolved GTNPORTAL-2119.
--------------------------------------------
Resolution: Done
Typo in UIPortalNavigation.gtmpl
--------------------------------
Key: GTNPORTAL-2119
URL:
https://issues.jboss.org/browse/GTNPORTAL-2119
Project: GateIn Portal
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: WebUI
Affects Versions: 3.2.0-M01
Reporter: Marek Posolda
Assignee: Boleslaw Dawidowicz
Priority: Minor
Fix For: 3.2.0-M02
Attachments: exception-classCastException.txt
It's small typo in template UIPortalNavigation.gtmpl . It references to bad type
"Node" when it should be "UserNode" . Can be fixed on this line:
{code}
- for(Node node in childs) {
+ for(UserNode node in childs) {
{code}
It's working "by accident" even if there is wrong type declared now, but
when I tried to upgrade groovy to 1.8.2 it throws me ClassCastException because of this
(see stacktrace in attachement)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: