Added by Arnaud Coquelet over 15 years ago
Hi,
I'm quite new with redmine.
I'm looking a way to force the default querry in the issue tab to show only own issues.
I modify the redmine.rb to add a permission to see all issues.
So if the users is not allowed to see all issues, the default query will set a filter author = CurrentUser.
If the users is allowed to see all issues, the default query is ok.
Where is defined the default query ?
Thanks
Arnaud