View Issue Details

IDProjectCategoryView StatusLast Update
0016776MantisTouchGeneralpublic2014-02-14 23:49
Reportervboctor Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.3.0 
Target Version1.3.1Fixed in Version1.3.1 
Summary0016776: Status colors are not shown properly when user language is not English
Description

The MantisBT webservice returns the localized enum names which are then matched against the config file. The config file is changed to use matching by id rather than name. If a customer had an override, then need to re-write it using the new format in the MantisTouch config_defaults_inc.php in their config_inc.php.

TagsNo tags attached.

Activities

vboctor

vboctor

2013-12-30 18:17

manager   ~0038944

The work around for MantisTouch v1.3.0 and below is to copy the $g_status_colors definition from MantisTouch config_defaults_inc.php to config_inc.php and map not just the english names to colors, but the localized names in other languages of interest.

Once the next version is released, the definition in config_inc.php can be removed and the code will use the status id to do the maching, which will work independent of the language.