id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
8911	[PATCH] suppress some users from assign-to box, especially current track user and ticket owner	bof	gt4329b	(also sent to trac-dev@googlegroups.com, but I don't know whether that goes through)\r\n\r\nfor a plugin I'm working on, which is designed to provide the\r\nIValidOwnerProvider interface, I need access to req.authname,\r\nand ideally also to ticket.owner for the ticket under consideration.\r\n\r\nI need this for an optional feature of removing / forbidding the current\r\nuser (or ticket owner) as a next-step assignee in a workflow.\r\n\r\nI managed to get at req.authname, but only by modifying FlexibleAssignTo\r\nitself to pass down the req parameter to the getUsers method.\r\n\r\nAnd I did not "immediately" find a way to get at the ticket information\r\nitself, so I'm still missing the desired forbid-current-ticket-owner\r\nfunctionality.\r\n\r\nIs there some generic way I missed, to get at both pieces of information\r\nfrom that place? Some self.env magic?\r\n\r\nbest regards\r\n  Patrick	enhancement	new	normal	FlexibleAssignToPlugin	normal				0.11
