[
http://jira.jboss.com/jira/browse/JBPORTAL-1365?page=all ]
Julien Viet resolved JBPORTAL-1365.
-----------------------------------
Resolution: Deferred
In the forthcoming CR2 we have rewritten this function and we delegate it to a JSP page,
we also documented it in the doco.
Can you please wait CR2 release (it's going to be done beginning next week) and see if
it can apply there ?
thanks
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