fix(Filters): Apply native & cross filters on common columns (#30438)

This commit is contained in:
Geido
2024-10-16 02:13:05 +03:00
committed by GitHub
parent 4cac7feb67
commit 362948324c
21 changed files with 656 additions and 38 deletions

View File

@@ -3053,6 +3053,12 @@
},
"type": "array"
},
"column_names": {
"items": {
"type": "string"
},
"type": "array"
},
"currency_formats": {
"type": "object"
},