Page 1 of 1
set_bug_sticky_threshold does not work
Posted: 21 Feb 2011, 17:46
by keimpe
When I make the next settings in config_inc.php, the threshold is still not set to MANAGER. Still everyone can stick/unstick a issue.
How is this possible?
$g_show_sticky_issues = ON;
$g_set_bug_sticky_threshold = MANAGER;
Re: set_bug_sticky_threshold does not work
Posted: 21 Feb 2011, 18:44
by atrol
keimpe wrote:When I make the next settings in config_inc.php,
You don't have to add anything to config_inc.php because
keimpe wrote:$g_show_sticky_issues = ON;
$g_set_bug_sticky_threshold = MANAGER;
are the deafult settings
keimpe wrote:
the threshold is still not set to MANAGER. Still everyone can stick/unstick a issue.
I am not able to reproduce this issue.
Which version of MantisBT do you use?
Re: set_bug_sticky_threshold does not work
Posted: 21 Feb 2011, 21:30
by keimpe
V1.2.4
scheme 184
Yes, thanks, ON and MANAGER are indead the default settings.
But still users lower than manager can stick/unstick an issue.
Re: set_bug_sticky_threshold does not work
Posted: 21 Feb 2011, 21:48
by atrol
I tried also with version 1.2.4
Is this a public or private project?
Which is the global access level of the user you try?
If this is a private project, which is the project access level of the user you try?