Hi, in trac.ini, I have set "trac.ticket.report.ReportModule = disabled". Therefore, "View Tickets" performs a query like (pseudo code) "where owner is $USER and ...." No my question is: How can this be changed? I want to have something like this:
query1 = "where owner = $USER and ..." query2 = "where reporter = $USER and ..." if $USER is in $SOMEGROUP ; then do query1; else do query2; Is that possible? Rainer --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
