gristlabs_grist-core/test/fixtures
Paul Fitzpatrick 65966e4cfd (core) use visibility information when sharing referenced columns with forms
Summary:
This tightens down the set of referenced columns made available to
forms for dropdowns. Previous access to columns was computed at the
level of shared tables. Now it is calculated at the level of shared
sections. That means that we can now refrain from following hidden
references, and make the referred data unavailable to forms, since
they should not need it.

Test Plan: extended test

Reviewers: jarek, dsagal

Reviewed By: jarek, dsagal

Subscribers: dsagal

Differential Revision: https://phab.getgrist.com/D4234
2024-04-22 13:54:44 -04:00
..
docs (core) use visibility information when sharing referenced columns with forms 2024-04-22 13:54:44 -04:00
export-csv (core) Fix imports into reference columns, and support two ways to import Numeric as a reference. 2023-05-02 10:28:14 -04:00
export-dsv (core) Add TSV and DSV import/export 2024-03-20 10:57:21 -04:00
export-tsv (core) Add TSV and DSV import/export 2024-03-20 10:57:21 -04:00
export-xlsx (core) For exporting XLSX, do it memory-efficiently in a worker thread. 2023-06-01 12:06:48 -04:00
plugins (core) move some untagged assets served on plugin port 2023-11-14 15:58:00 -05:00
sites (core) Don't throw error in onRecord(s) for insufficient access for includeColumns 2023-12-30 10:16:40 +02:00
uploads (core) Set DateTime timezone during xlsx import 2023-05-24 11:39:49 -04:00