access levels to project and bug view

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
wojtek

access levels to project and bug view

Post 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
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post 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;
Post Reply