
noreply at edgewall
Sep 28, 2006, 1:34 PM
Post #3 of 4
(1212 views)
Permalink
|
|
Re: [The Trac Project] #3807: Making ticket owner a dropdown list
[In reply to]
|
|
#3807: Making ticket owner a dropdown list ----------------------------------+----------------------------------------- Reporter: trac [at] powertrip | Owner: jonas Type: task | Status: closed Priority: normal | Milestone: Component: ticket system | Version: Severity: normal | Resolution: worksforme Keywords: | ----------------------------------+----------------------------------------- Changes (by eblot): * status: new => closed * resolution: => worksforme Old description: > Is there any sane way to get trac to ensure that the assigned to user is > a dropdown list of names (either username / name set in session table) or > a htpasswd file of users? > > +-----------------------------+ > | Default owner for component | > | bob | > | jacques (Jacques Marneweck) | > | joe (Joe Soap) | > +-----------------------------+ > > It would make it easier to see who is on the system and prevent them from > entering the owners name incorrectly. For example if you uppercase a > users username it will not show up under "My Tickets" report. New description: Is there any sane way to get trac to ensure that the assigned to user is a dropdown list of names (either username / name set in session table) or a htpasswd file of users? {{{ +-----------------------------+ | Default owner for component | | bob | | jacques (Jacques Marneweck) | | joe (Joe Soap) | +-----------------------------+ }}} It would make it easier to see who is on the system and prevent them from entering the owners name incorrectly. For example if you uppercase a users username it will not show up under "My Tickets" report. Comment: Closing this ticket as `restrict_owner` already provides the requested feature. -- Ticket URL: <http://trac.edgewall.org/ticket/3807#comment:2> The Trac Project <http://trac.edgewall.org/> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Tickets" group. To post to this group, send email to trac-tickets [at] googlegroups To unsubscribe from this group, send email to trac-tickets-unsubscribe [at] googlegroups For more options, visit this group at http://groups.google.se/group/trac-tickets -~----------~----~----~----~------~----~------~--~---
|