Page 1 of 1

access levels to project and bug view

Posted: 02 Jun 2005, 11:36
by wojtek
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

Posted: 03 Jun 2005, 12:11
by thraxisp
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;