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
Hide "Monitored By:" filter list from reporters
Moderators: Developer, Contributor
Re: Hide "Monitored By:" filter list from reporters
And this bug: http://www.mantisbt.org/bugs/view.php?id=6146
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
Re: Hide "Monitored By:" filter list from reporters
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.
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
Thanks v much
I really needed this solution
I really needed this solution