Skip to content
Snippets Groups Projects
Commit e29581e3 authored by Camille Blanchon's avatar Camille Blanchon
Browse files

Merge branch 'redmine-issues/17552' into 'develop'

REDMINE_ISSUE-17552 | symbologie du type de signalement

See merge request !597
parents d2f5c04b 2d75c1da
No related branches found
No related tags found
1 merge request!597REDMINE_ISSUE-17552 | symbologie du type de signalement
......@@ -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':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment