1
0
Fork 0
mirror of synced 2024-08-23 05:51:29 +12:00

filtering config

This commit is contained in:
Adria Navarro 2024-05-10 18:19:05 +02:00
parent e6f90d5a7d
commit cffa5cc67a

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