Edgewall Software
Modify

Opened 19 years ago

Closed 19 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)

tracadmin-sort-permissions.diff (4.7 KB ) - added by Juanma Barranquero 19 years ago.
Fix + tests.

Download all attachments as: .zip

Change History (4)

by Juanma Barranquero, 19 years ago

Fix + tests.

comment:1 by anonymous, 19 years ago

Severity: minorenhancement

comment:2 by daniel, 19 years ago

Milestone: 0.8
Status: newassigned

comment:3 by daniel, 19 years ago

Resolution: fixed
Status: assignedclosed

Thanks for the patch, very useful.

Applied in [1064].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain daniel.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from daniel to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.