Search found 2 matches

by iceman
11 Feb 2008, 11:20
Forum: Customizations
Topic: new severity in Mantis 1.0.8
Replies: 2
Views: 3493

Re: new severity in Mantis 1.0.8

It's solved.
I must also change in config_defaults_inc.php in mantis root directory.

Cheers
by iceman
11 Feb 2008, 10:18
Forum: Customizations
Topic: new severity in Mantis 1.0.8
Replies: 2
Views: 3493

new severity in Mantis 1.0.8

Hi,

I change my constant_inc.php and string_english.txt

constant_inc.php

# severity
define( 'FEATURE', 10 );
define( 'TRIVIAL', 20 );
define( 'TEXT', 30 );
define( 'TWEAK', 40 );
define( 'MINOR', 50 );
define( 'MAJOR', 60 );
define( 'CRASH', 70 );
define( 'BLOCK', 80 );
define( 'CLOSED ...