1
0
Fork 0
mirror of synced 2024-07-07 07:15:43 +12:00

Fix no operators being available when filtering on static formula columns

This commit is contained in:
Andrew Kingston 2024-05-02 15:05:35 +01:00
parent a2b7791976
commit f0c44fadde

View file

@ -124,6 +124,7 @@
const fieldSchema = schemaFields.find(x => x.name === filter.field)
filter.type = fieldSchema?.type
filter.subtype = fieldSchema?.subtype
filter.formulaType = fieldSchema?.formulaType
// Update external type based on field
filter.externalType = getSchema(filter)?.externalType