Skip to content
Snippets Groups Projects
Commit f4218c2f authored by Timothee P's avatar Timothee P :sunflower:
Browse files

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

REDMINE_ISSUE-17552 | symbologie du type de signalement

See merge request !598
parents e29581e3 8baad944
No related branches found
No related tags found
1 merge request!598REDMINE_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 & typeof currentValue === 'string') 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