Page 1 of 1
Default
Posted: 23 Apr 2008, 16:47
by phil81uk
Hello,
The default Hide Status in my Mantis 1.1.1 appears to be Closed (and above). I would like it to be Resolved (and above). How to change this please?
Re: Default
Posted: 24 Apr 2008, 20:24
by phil81uk
!! Bump !!
Re: Default
Posted: 12 May 2008, 18:37
by matto
Not sure if this is still an issue for anyone, but I was just trying to do something similar to this and this was the only post I found on the topic. I found after sometime searching that there is a $g_hide_status_default that you can set in the config_inc.php to change what the default hide status on your filters is. So to set your default hide status on your filters to Resolved (and above) you would add a line something like "$g_hide_status_default = RESOLVED" to your config_inc.php file.