"Assign to:" as pick list?
- From: Brad Anderson <brad (at) dsource.org>
- Date: Thu, 23 Feb 2006 13:32:34 -0600
Bryan Allen wrote:
>
> On Feb 23, 2006, at 2:04 PM, Ryan Wilcox wrote:
>
>>> have searched around a bit, didn't find anything that fit what we are
>>> looking for. anyone aware of a way to make the 'assign to:' a pick list
>>> rather than a free form text field?
>
>
> http://projects.edgewall.com/trac/wiki/TracIni
> http://projects.edgewall.com/trac/wiki/ TracTickets#AssigntoasDropDownList
>
> restrict_owner
>
> New to 0.9. Requires some finesse (users must exist in the session
> table, so you can't assign a ticket to a user who has not yet logged
> in; does not translate usernames to real names), but we've been using
> it for weeks. Works just fine.
And you can use the DbAuthPlugin if you want to get around the session table
limitation Bryan talks about above.
http://www.trac-hacks.org/wiki/DbAuthPlugin
It takes patching Trac itself with the info on ticket 2456 as well as setting
up a database with your users and permissions and such.
BA
_______________________________________________
Trac mailing list
Trac (at) lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac