Showing
1 changed file
with
1 additions
and
1 deletions
@@ -261,7 +261,7 @@ export function processPattern(template: string, data: { $datasource?: Datasourc | @@ -261,7 +261,7 @@ export function processPattern(template: string, data: { $datasource?: Datasourc | ||
261 | } | 261 | } |
262 | 262 | ||
263 | export function fillPattern(markerLabelText: string, replaceInfoLabelMarker: Array<ReplaceInfo>, data: FormattedData) { | 263 | export function fillPattern(markerLabelText: string, replaceInfoLabelMarker: Array<ReplaceInfo>, data: FormattedData) { |
264 | - let text = markerLabelText; | 264 | + let text = createLabelFromDatasource(data.$datasource, markerLabelText); |
265 | if (replaceInfoLabelMarker) { | 265 | if (replaceInfoLabelMarker) { |
266 | for(const variableInfo of replaceInfoLabelMarker) { | 266 | for(const variableInfo of replaceInfoLabelMarker) { |
267 | let txtVal = ''; | 267 | let txtVal = ''; |