Let's say we have all projects private. User 1 (Manager) is added to project 1 with REPORTER rights. Now he can see bugs reported by user 2 (reporter added as REPORTER to project 1) but he can't access his bugs. Is this possible to make filter only for bugs that user can access?
I noticed it on my "slighty modified" version. I don't know if i broke something earlier or you have the same situation.
Please let me know if You have suggestion.
wojtek
access levels to project and bug view
Moderators: Developer, Contributor
Yes.
Code: Select all
# --- limit reporters -------------
# Set to ON if you wish to limit reporters to only viewing bugs that they report.
$g_limit_reporters = OFF;