Files
docmost/apps/client/src
Philipinho b9d8bf948c fix(base): strip empty filter groups at the query boundary
The view-draft layer stores `{op: 'and', children: []}` as an explicit
"override baseline with no predicates" marker. That payload was leaking
into /bases/rows requests once local filter/sort drafts were enabled —
harmless server-side (buildWhere maps an empty group to TRUE) but it
destabilised the React Query key and cluttered request payloads. Normalise
empty groups to undefined at the hook level.
2026-04-24 12:11:02 +01:00
..
2024-01-09 18:58:26 +01:00
2026-04-13 23:54:03 +01:00
2026-04-14 17:56:36 +01:00
2026-04-12 22:06:25 +01:00
2026-04-17 13:48:49 +01:00
2026-04-17 13:48:49 +01:00
2026-03-01 18:37:39 +00:00
2024-09-01 17:30:34 +01:00