At 14:16 05.05.2014, Roland Becker wrote:
>> I'm using Mantis 1.2.15 and I'm trying to add a new custom status.
>> I followed the steps on this page
>> http://www.mantisbt.org/manual/admin.customize.status.html
>>
>> The new state shows up but only as @70@. It is added to the
>> filter or to "Change status to" but always without the name,
>> just the number.
>> I did add the define in custom_constants_inc.php but still the
>> name isn't used.
>Did you set $s_status_enum_strings in file custom_strings_inc.php?
>Double check that you set $s_status_enum_strings but not $g_status_enum_strings

Yes, all settings in custom_strings_inc.php start with s_. I also set
them unconditionally, outside of the switch($g_active_language).
I do have $g_status_enum_string in config_local.php and it is used
because I can change the existing states and then they work
differently (e.g. no color).

So I probably would need to look into the source code and add
debug statements to find out what's going on...

Thanks

bye  Fabi


------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
• 3 signs your SCM is hindering your productivity
• Requirements for releasing software faster
• Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
mantisbt-help mailing list
mantisbt-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mantisbt-help

Reply via email to