Ticket #3921 (closed enhancement: duplicate)
[PATCH] Permissions - update sort + compact permissions display
| Reported by: | awbacker@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | admin/web | Version: | 0.10 |
| Severity: | minor | Keywords: | patch |
| Cc: |
Description
I use webadmin to manage a fair number of users, and have created this patch to address 2 issues.
- The permissions for a subject were not sorted
- The list was quite long
The patch :
- Sorts by subject+permission, giving an ordered list inside the permissions
- Combines all permission checks into a single row per subject, reducing size
Issues: The only issue is that the size of the individual permission div is 150, so if the perm name/group name becomes longer it could break the layout a little.
- Andrew
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


