can't modify option text in "projection" of bugs
Posted: 14 Mar 2007, 17:24
Hi
I use mantis 1.0.0
Trying to customize the text of the options in the "Projection" select form field
I tried modifying the config_inc.php:
$g_projection_enum_string = '10:NEW TEXT HERE,30:tweak,50:minor fix,70:major rework,90:redesign';
but the new text is not showing up, unless I leave out the "10:", which case it shows up as @NEW TEXT HERE@
What am I doing wrong or not sufficient?
Thanks
I use mantis 1.0.0
Trying to customize the text of the options in the "Projection" select form field
I tried modifying the config_inc.php:
$g_projection_enum_string = '10:NEW TEXT HERE,30:tweak,50:minor fix,70:major rework,90:redesign';
but the new text is not showing up, unless I leave out the "10:", which case it shows up as @NEW TEXT HERE@
What am I doing wrong or not sufficient?
Thanks