customize the fields

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
maheswaran
Posts: 6
Joined: 13 Mar 2008, 10:20

customize the fields

Post by maheswaran »

Hi all,

Mantis 1.1.6 version default type field have "$s_resolution_enum_string = '10:development,20:change request,30:issue';". I want to remove these three items and i want to add two items such as Product and technical support instead of these three item types. I searched full mantis directory and i have found lang/string_english.txt file have these values none of them have noting. But when i change these three values into two (i.e $s_resolution_enum_string = '10:Technical Support,20:Product Support';) i got "@30@" in drop down as a third value... How i can do it.....


aLso like to remove the "Deferred" type in bug status. How i can remove this... If am removed in "g_status_enum_string" in config_defaults.inc.php and strings_english.txt, i get "@60@" in status droop down. Is am need to do any other changes like in config_inc.php ???
Post Reply