Variables: Support static keys in AdHocFiltersVariable (#83157)

* initial start

* don't use getTagKeysProvider

* some cleanup

* undo kinds adjustment

* simplify

* remove async declaration

* add description and a couple of unit tests

* add transformSaveModelToScene test

* add tests for AdHocVariableForm

* add tests for AdHocFiltersVariableEditor

* update to defaultKeys

* fix snapshots

* update to 3.13.3
This commit is contained in:
Ashley Harrison
2024-03-18 16:12:00 +00:00
committed by GitHub
parent 677b765dab
commit b1b65faf02
13 changed files with 337 additions and 34 deletions

View File

@@ -195,6 +195,7 @@ export const Pages = {
AdHocFiltersVariable: {
datasourceSelect: Components.DataSourcePicker.inputV2,
infoText: 'data-testid ad-hoc filters variable info text',
modeToggle: 'data-testid ad-hoc filters variable mode toggle',
},
},
},