gristlabs_grist-core/app
Alex Hall 0350e2df58 (core) Fix filtering of empty reflists
Summary:
A formula returning an empty RecordSet in a RefList columns results in storing [] instead of null.
This caused a bug where the empty list was 'flattened' and the cell not appearing in filters at all.
This diff fixes the bug by filtering for the default value `null` instead for RefLists and the empty string for ChoiceLists.
I didn't manage to actually reproduce the bug for ChoiceLists, but this seemed the most sensible thing to do.

Test Plan: New nbrowser test.

Reviewers: georgegevoian

Reviewed By: georgegevoian

Differential Revision: https://phab.getgrist.com/D3478
2022-06-11 00:16:57 +02:00
..
client (core) Fix filtering of empty reflists 2022-06-11 00:16:57 +02:00
common (core) Fix filtering of empty reflists 2022-06-11 00:16:57 +02:00
gen-server (core) Product update popups and hosted stripe integration 2022-06-08 21:10:49 +02:00
plugin (core) Update Plugin API documentation 2022-05-24 17:27:34 -07:00
server (core) Product update popups and hosted stripe integration 2022-06-08 21:10:49 +02:00
tsconfig.json (core) move home server into core 2020-07-21 20:39:10 -04:00