Page 1 of 1

customize fields items list

Posted: 10 Aug 2005, 14:25
by Deli
Hi,

Can someone explain how i can customize the items list of a field ?
For example i'd like to remove some items from the severity field and keep only minor/major/block.
How can i do this ?

Thanks !

D.

P.S. : i am using mantis 1.0.0

Posted: 10 Aug 2005, 15:05
by RandomSF
Take a look at the g_severity_enum_string in config_defaults_inc.php. I suggest you make your changes in config_inc.php.

Posted: 10 Aug 2005, 19:47
by thraxisp
You also need to create a language translation for the new items. This is covered in the manual at http://manual.mantisbt.org/manual.custo ... ations.php .

Posted: 11 Aug 2005, 11:46
by Deli
All right.
Thank you guys for your help.

D.