Page 1 of 1

g_resolution_enum_string I think

Posted: 05 Sep 2007, 03:08
by dheth
I want to add a new field to $g_resolution_enum_string so that I can set the resolution to tested. Is it possible to get Tested to appear in this box or am I fighting a losing battle.

I thought I could just add something like

$g_resolution_enum_string = '10:open,20:fixed,25:Tested,30:reopened,40:unable to duplicate,50:not fixable,60:duplicate,70:not a bug,80:suspended,90:won\'t fix';

And it would magically work but alas I was wrong, the combo box displayed

open
fixed
@25@
reopended
...

Can somebody give me a clue about what I need to do?

Thanks

Dick

Posted: 08 Sep 2007, 13:52
by thraxisp
You also need to add language strings for the new status. See <http://manual.mantisbugtracker.com/manu ... values.php> for details.