gristlabs_grist-core/app
George Gevoian 0130409447 (core) Fix null references in form fields bug
Summary:
Shares and documents would both produce a rule set for the same column
if the document rule set was for multiple columns. In this case, it was causing
one of the rules to be overwritten by the other (specifically, the rule granting
access to form references was not being applied in shares). The symptom was
`null` values in place of the referenced table's values.

We address this by splitting any rule sets for multiple columns that are also
affected by shares, so that they can be overridden by shares without causing a
conflicting rule set to be created (i.e. 2 column rule sets containing the same column).

Test Plan: Server tests.

Reviewers: dsagal, paulfitz

Reviewed By: dsagal, paulfitz

Subscribers: dsagal

Differential Revision: https://phab.getgrist.com/D4208
2024-04-12 15:46:21 -07:00
..
client (core) Break overflowing text 2024-04-12 15:24:07 -07:00
common (core) Fix null references in form fields bug 2024-04-12 15:46:21 -07:00
gen-server (core) Admin Panel and InstallAdmin class to identify installation admins. 2024-03-25 12:18:38 -04:00
plugin Move phab docs to /documentation (#882) 2024-03-05 08:35:48 -05:00
server (core) New Grist Forms styling and field options 2024-04-11 08:17:42 -07:00
tsconfig.json (core) move home server into core 2020-07-21 20:39:10 -04:00