Hide "Monitored By:" filter list from reporters
Posted: 17 Mar 2008, 21:28
I want to hide all of usernames in the "Monitored By:" filter list unless you are an administrator. It seems I can use $g_show_monitor_list_threshold as described in the manual (http://www.mantisbt.org/manual/manual.p ... sholds.php), but this does not appear to have any effect. Am I using this variable correctly? I tried
$g_show_monitor_list_threshold = 90;
and
$g_show_monitor_list_threshold = DEVELOPER;
but neither worked.
I don't want my reporters knowing the other users on the site.
I found this bug report, but it hasn't been acknowledged so I'm not sure if I'm just using the feature incorrectly. http://www.mantisbt.org/bugs/view.php?id=8916
$g_show_monitor_list_threshold = 90;
and
$g_show_monitor_list_threshold = DEVELOPER;
but neither worked.
I don't want my reporters knowing the other users on the site.
I found this bug report, but it hasn't been acknowledged so I'm not sure if I'm just using the feature incorrectly. http://www.mantisbt.org/bugs/view.php?id=8916