[
http://jira.jboss.com/jira/browse/JBPORTAL-1365?page=comments#action_1236... ]
Thomas Heute commented on JBPORTAL-1365:
----------------------------------------
Now the sub-tabs are correclty ordered.
Sorting Tab Drop Down Menus
---------------------------
Key: JBPORTAL-1365
URL:
http://jira.jboss.com/jira/browse/JBPORTAL-1365
Project: JBoss Portal
Issue Type: Patch
Security Level: Public(Everyone can see)
Components: Portal Core
Affects Versions: 2.6.CR1
Reporter: John Gilbert
Assigned To: Julien Viet
I made the following change to
org.jboss.portal.core.aspects.controller.PageCustomizerInterceptor in the
injectTabbedNav() method to sort the drop down lists based on the order property similar
to sorting the tabs themselves.
List childPages = getAuthorizedChildrenPages(navElement);
// new line
sortTabs(childPages);
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira