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?
"Limit reporter access" feature (Broken?)
Moderators: Developer, Contributor
okay found out how
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;
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;