Commit 19ae5351 by Eduard Sergeev Committed by Torkel Ödegaard

Templating: Correctly display __text in multi-values variable after refresh (#17918)

Fixes: #17915 - Templating: __value's are displayed instead of __text's after variable is updated
parent 9f351156
...@@ -194,7 +194,7 @@ export class VariableSrv { ...@@ -194,7 +194,7 @@ export class VariableSrv {
}), }),
text: _.map(selected, val => { text: _.map(selected, val => {
return val.text; return val.text;
}).join(' + '), }),
}; };
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment