gristlabs_grist-core/app/client
Paul Fitzpatrick 7bd3b2499f (core) allow multiple rule sets for overlapping columns if they are all allows or all denies
Summary:
Previously, it was forbidden to have two rule sets with overlapping columns,
since that could introduce an dependency on order of evaluation without
the user having a way to control that order.  This diff permits such rule sets
if the are compatible in a very simple way -- all allows or all denies.
Anything more complicated (even if actually order independent) remains forbidden.

Test Plan: added tests

Reviewers: dsagal

Reviewed By: dsagal

Differential Revision: https://phab.getgrist.com/D2745
2021-03-04 11:22:09 -05:00
..
aclui (core) allow multiple rule sets for overlapping columns if they are all allows or all denies 2021-03-04 11:22:09 -05:00
components
lib
models (core) Add new color select to the app 2021-03-02 16:41:37 +01:00
ui (core) freshen "view as user" behavior 2021-03-03 09:40:20 -05:00
ui2018 (core) Add new color select to the app 2021-03-02 16:41:37 +01:00
widgets (core) Add new color select to the app 2021-03-02 16:41:37 +01:00
app.css
app.js
declarations.d.ts
exposeModulesForTests.js
logo.css
tsconfig.json