filtering config

This commit is contained in:
Adria Navarro 2024-05-10 18:19:05 +02:00
parent e6f90d5a7d
commit cffa5cc67a
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@
filter.type = fieldSchema?.type
filter.subtype = fieldSchema?.subtype
filter.formulaType = fieldSchema?.formulaType
filter.constraints = fieldSchema?.constraints
// Update external type based on field
filter.externalType = getSchema(filter)?.externalType