Modify ↓
Opened 21 years ago
Closed 21 years ago
#931 closed enhancement (fixed)
Make output of "permission list" be sorted by user, action
| Reported by: | Juanma Barranquero | Owned by: | daniel |
|---|---|---|---|
| Priority: | low | Milestone: | 0.8 |
| Component: | admin/console | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Currently, the output of "permission list" is unsorted, which makes a bit difficult to see all permission of a single user, and also whether all related permissions (say, WIKI_*, or REPORT_*) are assigned or not.
Trivial fix (adding an "ORDER BY username, action" to the corresponding SELECT clause) + (untested) test modifications attached.
Attachments (1)
Change History (4)
by , 21 years ago
| Attachment: | tracadmin-sort-permissions.diff added |
|---|
comment:1 by , 21 years ago
| Severity: | minor → enhancement |
|---|
comment:2 by , 21 years ago
| Milestone: | → 0.8 |
|---|---|
| Status: | new → assigned |
comment:3 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Thanks for the patch, very useful.
Applied in [1064].
Note:
See TracTickets
for help on using tickets.



Fix + tests.