Page 1 of 1

[Solved] [1.2.0] No effect from private project threshold

Posted: 09 Mar 2010, 15:36
by rbeck
Hi,

I have upgraded my Mantis installation from 1.1.6 to 1.2.0.

Everything works pretty fine except the g_private_project_threshold that seems not to be takent into account despite it is defined in config_permission.php.

I put : $g_private_project_threshold = REPORTER;

The reporter is defined with an access level of 25

My user is Manager (70) and I still can't see the private projects/bugs.

What did I forget please ?

Thanks.

Re: [1.2.0] No effect from private project threshold

Posted: 10 Mar 2010, 08:45
by rbeck
Ok, my mistake : all the permissions were defined into another file, I forgot to include it into my config_inc.php :?

Thanks !