fix(opentsdb): fixed templating issue for single value variables, fixes #4312
This commit is contained in:
@@ -69,6 +69,9 @@ function (angular, _) {
|
||||
return '(' + quotedValues.join(' OR ') + ')';
|
||||
}
|
||||
case "pipe": {
|
||||
if (typeof value === 'string') {
|
||||
return value;
|
||||
}
|
||||
return value.join('|');
|
||||
}
|
||||
default: {
|
||||
|
||||
Reference in New Issue
Block a user