Page 1 of 1

"Limit reporter access" feature (Broken?)

Posted: 13 Mar 2006, 23:29
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?

okay found out how

Posted: 14 Mar 2006, 03:00
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;