Merged directory paths are not sorted alphabetically

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Low
    • 4.12.0
    • Affects Version/s: None
    • Component/s: None
    • Severity 3 - Minor

      Previously, I might have a directory structure like this:

      somerootdir
          |
          |-aaa
          |-bbb
          |-ccc
      

      if aaa had only one subdirectory foo, then clicking aaa would take me to aaa/foo. That's fine. But, now my directory listing looks like:

      somerootdir
          |
          |-bbb
          |-ccc
          |-aaa/foo
      

      Is there an option somewhere I can check to make aaa be alphabetized properly instead of pushed down to where the subdir falls in the alphabet?

            Assignee:
            Michael McGlynn (Inactive)
            Reporter:
            Brian Johnson
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: