[jboss-jira] [JBoss JIRA] Created: (JBPORTAL-1365) Sorting Tab Drop Down Menus

John Gilbert (JIRA) jira-events at lists.jboss.org
Sat Apr 28 14:26:30 EDT 2007


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

        



More information about the jboss-jira mailing list