-
Bug
-
Resolution: Fixed
-
Minor
-
4.3.5, 4.4.1
When a Dropdown customfield contains formatted options (e.g. those containing multi-language tags), then we don't currently have a consistent/re-usable way of formatting them
- The editing form manually formats each option;
- The options are generated here
The latter method is already dealing with string parsing, so it should also perform the string formatting and allow for callers to re-use it instead of having to duplicate the same code manually themselves
This affects Report builder reports as follows:
Note that the column is correctly formatted, but the conditions options are not
We have a similar problem in the Workplace catalogue at WP-4965, we should be able to use the fix here to resolve that