Page 1 of 1
Remove severity
Posted: 06 Mar 2006, 08:57
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?
Posted: 14 Mar 2006, 03:30
by dcomo
I need to do this as well, however for the EN version.
Posted: 30 May 2006, 08:34
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.
add new field in severity
Posted: 15 Dec 2006, 06:13
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.