Page 1 of 1

Hide "Monitored By:" filter list from reporters

Posted: 17 Mar 2008, 21:28
by kuhsay
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

Re: Hide "Monitored By:" filter list from reporters

Posted: 24 Mar 2008, 21:56
by kuhsay
anyone?

Re: Hide "Monitored By:" filter list from reporters

Posted: 25 Mar 2008, 07:53
by deboutv

Re: Hide "Monitored By:" filter list from reporters

Posted: 21 May 2008, 16:01
by kuhsay
The bug I originally reported should be fixed in 1.2.0a1 now. For those running 1.1.1, you can patch your code here: http://mantisbt.svn.sourceforge.net/vie ... threv=5204

Just delete the lines in red and add the lines in green. Worked for me.

As far as the bug deboutv reported, I believe that still exists.

Re: Hide "Monitored By:" filter list from reporters

Posted: 13 Aug 2008, 12:57
by ziohausam
Thanks v much

I really needed this solution