View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0016776 | MantisTouch | General | public | 2013-12-30 18:06 | 2014-02-14 23:49 |
| Reporter | vboctor | Assigned To | vboctor | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.3.0 | ||||
| Target Version | 1.3.1 | Fixed in Version | 1.3.1 | ||
| Summary | 0016776: 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. | ||||
| Tags | No tags attached. | ||||
|
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. |
|