DashboardSchemaV2: add missing allowCustomValue property in variables (#105416)
* add missing allowCustomValue property to variables in schema V2 * fix K8s Codegen Check * updade snapshots for backend tests
This commit is contained in:
@@ -1141,9 +1141,14 @@
|
||||
"filters",
|
||||
"defaultKeys",
|
||||
"hide",
|
||||
"skipUrlSync"
|
||||
"skipUrlSync",
|
||||
"allowCustomValue"
|
||||
],
|
||||
"properties": {
|
||||
"allowCustomValue": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"baseFilters": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -1705,12 +1710,17 @@
|
||||
"multi",
|
||||
"includeAll",
|
||||
"hide",
|
||||
"skipUrlSync"
|
||||
"skipUrlSync",
|
||||
"allowCustomValue"
|
||||
],
|
||||
"properties": {
|
||||
"allValue": {
|
||||
"type": "string"
|
||||
},
|
||||
"allowCustomValue": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"current": {
|
||||
"default": {},
|
||||
"allOf": [
|
||||
@@ -1954,12 +1964,17 @@
|
||||
"multi",
|
||||
"includeAll",
|
||||
"hide",
|
||||
"skipUrlSync"
|
||||
"skipUrlSync",
|
||||
"allowCustomValue"
|
||||
],
|
||||
"properties": {
|
||||
"allValue": {
|
||||
"type": "string"
|
||||
},
|
||||
"allowCustomValue": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"current": {
|
||||
"default": {},
|
||||
"allOf": [
|
||||
@@ -3022,12 +3037,17 @@
|
||||
"sort",
|
||||
"options",
|
||||
"multi",
|
||||
"includeAll"
|
||||
"includeAll",
|
||||
"allowCustomValue"
|
||||
],
|
||||
"properties": {
|
||||
"allValue": {
|
||||
"type": "string"
|
||||
},
|
||||
"allowCustomValue": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"current": {
|
||||
"default": {},
|
||||
"allOf": [
|
||||
|
||||
Reference in New Issue
Block a user