Edgewall Software

Opened 9 years ago

Last modified 9 years ago

#11900 closed defect

TracAdmin does not display a restricted list of possible Component owners — at Initial Version

Reported by: Ryan J Ollos Owned by:
Priority: normal Milestone: 1.0.3
Component: ticket system Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

The get_user_list method of the ComponentAdminPanel class executes a query to retrieve the list of possible users that will be suggested as Component owners when tab-completing the command: SELECT DISTINCT username FROM permission. When [ticket] restrict_owner is True, the list of possible owners for a Component is determined from the known users that have TICKET_MODIFY permission.

For an environment in which only user1 and user2 have a valid authenticated session but I've assigned permissions to several other users, I see:

> component add component4 
anonymous      group2         user2          user4          
authenticated  user1          user3          user5          

Change History (0)

Note: See TracTickets for help on using tickets.