[gatein-issues] [JBoss JIRA] Updated: (GTNPORTAL-2119) Typo in UIPortalNavigation.gtmpl

Marek Posolda (JIRA) jira-events at lists.jboss.org
Wed Sep 21 07:39:27 EDT 2011


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

Marek Posolda updated GTNPORTAL-2119:
-------------------------------------

    Attachment: exception-classCastException.txt


> 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
>            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:
> -   for(Node node in childs) {
> +   for(UserNode node in childs) {
> 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: http://www.atlassian.com/software/jira

        


More information about the gatein-issues mailing list