Opened 15 years ago
Closed 15 years ago
#16322 closed defect (bug) (fixed)
User network admin user-edit and site-users in the sites list table
| Reported by: | PeteMall | Owned by: | PeteMall |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Multisite | Version: | 3.1 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description
Attachments (3)
Change History (10)
#2
@
15 years ago
Second patch, per IRC discussion. Don't let the 'Path' column be hidden in network/sites.php.
#3
@
15 years ago
I'm just going to piggyback on this ticket for one last thing.
Per discussion with PeteMall and Jane in IRC, since sorting and pagination on the plugins screen is stateless, we should remove sorting on the plugin name column. Sorting, then making any action, will cause you to lose the action, which is lame.
Also lame, is that unlike on other screens that might be sorted by something else by default, the screen is already sorted by name. So the most this can do anyway is sort by name descending. Or as I like to call it, scroll to the bottom and use your imagination.
I'm not even sure why we have pagination on this screen either, if it's going to be 999 by default, but I'm sure someone has a use case.
Patch attached removes sorting on the name column.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Looks good, per earlier discussion as well.