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?
Default
Moderators: Developer, Contributor
Re: Default
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.