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
This commit is contained in:
Eduard Sergeev 2019-07-04 16:34:42 +10:00 committed by Torkel Ödegaard
parent 9f351156c3
commit 19ae5351fb

View File

@ -194,7 +194,7 @@ export class VariableSrv {
}),
text: _.map(selected, val => {
return val.text;
}).join(' + '),
}),
};
}