On 05/04/2011 11:00 AM, Lars Braeuer wrote:
> The query of the saved search is:
> Owner != 'Nobody' AND Status != 'resolved' AND Status != 'rejected' AND 
> Status != 'stalled' AND
> Owner != '__CurrentUser__' AND AdminCc.EmailAddress LIKE 
> '__CurrentUserEmail__'
> 
> This is working fine for us, but it's really annoying to carry on the change 
> through all releases.
> 
> Is there another easy way to achieve what we are trying to do, or could you 
> consider to add this
> patch upstream?

Your change isn't necessary.  Just use AdminCc.id = '__CurrentUser__'
instead (that's been supported for a long time).

Thomas

Reply via email to