Templating: Fixed recursive url update issue for textbox variable (#26981)

* Templating: Fixed recursive url update issue for textbox variable

* Updated link

* updated e2e
This commit is contained in:
Torkel Ödegaard
2020-08-13 14:38:27 +02:00
committed by GitHub
parent eeeea7fb8d
commit 5398ef1103
5 changed files with 263 additions and 27 deletions

View File

@@ -12,8 +12,8 @@ e2e.scenario({
const items: any = [];
const expectedItems: string[] = [
'__dashboard = Global variables and interpolation',
'__dashboard.name = Global variables and interpolation',
'__dashboard = Templating - Global variables and interpolation',
'__dashboard.name = Templating - Global variables and interpolation',
'__dashboard.uid = HYaGDGIMk',
'__org.name = Main Org.',
'__org.id = 1',