set_bug_sticky_threshold does not work

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
keimpe
Posts: 5
Joined: 16 Feb 2011, 22:59

set_bug_sticky_threshold does not work

Post 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;
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: set_bug_sticky_threshold does not work

Post 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?
Please use Search before posting and read the Manual
keimpe
Posts: 5
Joined: 16 Feb 2011, 22:59

Re: set_bug_sticky_threshold does not work

Post 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.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: set_bug_sticky_threshold does not work

Post 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?
Please use Search before posting and read the Manual
Post Reply