Opened 14 years ago
Closed 14 years ago
#16034 closed defect (bug) (fixed)
Ascending/descending ajax sorting in Network Admin > Sites doesn't work when sorting by Path/Registered
Reported by: | leoj3n | Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | minor | Version: | 3.1 |
Component: | Administration | Keywords: | has-patch needs-testing |
Focuses: | Cc: |
Description
Ascending/descending ajax sorting in Network Admin > Sites doesn't work when sorting by Path/Registered but does work when sorting by Last Updated.
Path/Registered seems to only do ascending sorting, even though the little arrow for the column changes from pointing down to up and up to down when clicked.
Attachments (3)
Change History (10)
#3
@
14 years ago
registered maps to id because there is no index on registered and sorting on it is extremely slow.
#4
@
14 years ago
Use is_subdomain_install() instead of SUBDOMAIN_INSTALL, although once again the index here is rather incomplete and may not perform.
Note: See
TracTickets for help on using
tickets.
there's a patch for that