Remove severity

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
jfrieske
Posts: 2
Joined: 06 Mar 2006, 08:51

Remove severity

Post by jfrieske »

Mantis, ver. 1.0.1
I'm using polish localized mantis. I want to delete trivial severity. I've
followed the manual (Enumerations) but I still can't delete this one severity. Can anyone show me, step by step, how do delete this one?
dcomo
Posts: 22
Joined: 13 Mar 2006, 21:55

Post by dcomo »

I need to do this as well, however for the EN version.
nicnac25
Posts: 1
Joined: 30 May 2006, 08:06

Post by nicnac25 »

Go in the directory you installed mantis.
If the file config_inc.php doesn't exist create it.
The file should start with <?php and end with ?>
Between those two, add the following line :

$g_severity_enum_string = '10:feature,30:text,40:tweak,50:minor,60:major,70:crash,80:block';

and you shouldn't have the trivial severity anymore.
si3w82
Posts: 2
Joined: 15 Dec 2006, 06:05

add new field in severity

Post by si3w82 »

hi good day,


then how to add new field in severity?
because some field i want are not in the list..

which file need to change ?


thanks


nicnac25 wrote:Go in the directory you installed mantis.
If the file config_inc.php doesn't exist create it.
The file should start with <?php and end with ?>
Between those two, add the following line :

$g_severity_enum_string = '10:feature,30:text,40:tweak,50:minor,60:major,70:crash,80:block';

and you shouldn't have the trivial severity anymore.
Post Reply