Page 1 of 1

How can I make the default view status of the project as 'Private' while creating a new one

Posted: 11 May 2018, 07:10
by shanthini.g
I am using Mantis 2.5.1

Please suggest how can I make the default view status of the project as 'Private' while creating a new one.

I tried using the below but this is not working
$g_view_state_enum_string = '50:private,10:public';

Thanks

Re: How can I make the default view status of the project as 'Private' while creating a new one

Posted: 17 May 2018, 07:12
by atrol
Add the following line to file config_inc.php, see https://www.mantisbt.org/docs/master/en ... g.defaults

Code: Select all

$g_default_project_view_status = VS_PRIVATE;

Re: How can I make the default view status of the project as 'Private' while creating a new one

Posted: 20 Jul 2018, 09:06
by gent
Hi,

i've got a similar question:

Is there a way to do this just for some projects and not for all?

Kind regards