customize fields items list

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Deli

customize fields items list

Post 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
RandomSF

Post 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.
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post 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 .
--
Glenn Henshaw Logical Outcome Ltd.
Mantis developer and user w: http://www.logicaloutcome.ca
Deli

Post by Deli »

All right.
Thank you guys for your help.

D.
Post Reply