Page 1 of 1
Ability to remove fields like Severity and Reproducibility
Posted: 13 Jul 2008, 08:36
by mooy
Does someone can help me:
Is it possible to remove those kinds of fields (or make them invisible) from all pages (filter, "Report Issue", "Viewing Issues" etc.)?
If it is, how can I do that?
Mantis ver 1.1.2
Thanks !!
Re: Ability to remove fields like Severity and Reproducibility
Posted: 14 Jul 2008, 17:17
by vzw614
Yes. Find the section of config_defaults_inc.php with $g_view_issues_page_columns in it and it explains how to add/remove fields from the those pages.
Just be sure you make your changes in config_inc.php (copy/rename config_inc.php.sample) because config_defaults.php is overwritten when you upgrade Mantis.
Re: Ability to remove fields like Severity and Reproducibility
Posted: 16 Jul 2008, 15:58
by mooy
Thank you "vzw614" for your replay !
The "$g_view_issues_page_columns" enable change the fields only on the "Viewing Issues".
I would like to remove those fields globally - from all pages: filter, "Report Issue", "Update Issue", "Import Bugs/Issues" and … "Viewing Issues".
Re: Ability to remove fields like Severity and Reproducibility
Posted: 16 Jul 2008, 17:38
by vzw614
I think to remove the fields at that level you would need to actually edit the individual .php files but I can't really offer you any advice on doing that as I don't know php very well.
Just keep in mind that if you modify the .php files you will need to make those same changes again if(when) you ever upgrade to a new version of Mantis.
Re: Ability to remove fields like Severity and Reproducibility
Posted: 17 Jul 2008, 15:41
by mooy
So...there's no choice.
I will edit the individual .php files ( keeping a change log for the future updating).
Thank you "vzw614" for your help !
Re: Ability to remove fields like Severity and Reproducibili
Posted: 18 Aug 2017, 14:33
by Ancy