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 ???
customize the fields
Moderators: Developer, Contributor