Skip to content
Snippets Groups Projects

REDMINE_ISSUE-17552 | symbologie du type de signalement

Merged Timothee P requested to merge redmine-issues/17552 into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -380,7 +380,7 @@ const mapService = {
if (colors_style && colors_style.custom_field_name && customfield_set) {
const fieldType = customfield_set.find((el) => el.name === colors_style.custom_field_name).field_type;
let currentValue = properties[colors_style.custom_field_name];
if(currentValue) currentValue = currentValue.trim(); // remove leading and trailing whitespaces
if(currentValue & typeof currentValue === 'string') currentValue = currentValue.trim(); // remove leading and trailing whitespaces
switch (fieldType) {
case 'list':
Loading