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.....
Customize the Type field
Moderators: Developer, Contributor