"Limit reporter access" feature (Broken?)

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
atomoid
Posts: 108
Joined: 18 Aug 2005, 00:46
Location: santa cruz, ca

"Limit reporter access" feature (Broken?)

Post by atomoid »

Regarding: "manage_config_work_threshold_page.php"

There is a config line at the bottom of the ISSUES section that appears to be broken:
"Limit reporter's access to their own issues"
This should have a checkmark or something to allow configuration by the administrator but there is nothing.

I need to be able to switch this feature on so that reporters can see only their own bugs.
Seems like this was implemented but got broken or something.
Is it just my installation? I have Mantis 1.0.1

A bug?
atomoid
Posts: 108
Joined: 18 Aug 2005, 00:46
Location: santa cruz, ca

okay found out how

Post by atomoid »

its not broken, just undocumented...
see:
http://forums.mantisbt.org/viewtopic.ph ... treporters

You can alter "$g_limit_reporters" by adding it to your config_inc.php:

# --- limit reporters -------------
# Set to ON if you wish to limit reporters to only viewing bugs that they report.
$g_limit_reporters = ON;
Post Reply