g_resolution_enum_string I think

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
dheth
Posts: 1
Joined: 05 Sep 2007, 02:50
Contact:

g_resolution_enum_string I think

Post 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
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post by thraxisp »

You also need to add language strings for the new status. See <http://manual.mantisbugtracker.com/manu ... values.php> for details.
--
Glenn Henshaw Logical Outcome Ltd.
Mantis developer and user w: http://www.logicaloutcome.ca
Post Reply