I tried following the entry in the manual about Enumerations but it isn't clear what files to create or modify.
I added my new fields to config_inc.php and lang/strings_english.txt:
Code: Select all
moria:/opt/mantis# cat config_inc.php | grep _eta
$g_eta_enum_string = '10:none,20:< 1 day,30:2-3 days,40:< 1 week,41:1 week,42:2-3 weeks:50:< 1 month,60:> 1 month';
moria:/opt/mantis# cat lang/strings_english.txt |grep _eta_
$s_eta_enum_string = '10:none,20:< 1 day,30:2-3 days,40:< 1 week,41:1 week,42:2-3 weeks:50:< 1 month,60:> 1 month';The new fields don't appear.
What am I doing wrong?
We're using version 1.0.6.