mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Summary: When adding robustness to schema changes to granular access control, a calculation of intermediate row states that was previously done semi-intelligently on need started happening less intelligently. This diff separates out the row state calculations from metadata state calculations so that one can happen without the other. Test Plan: extended a test. Also did some manual checks. Reviewers: dsagal Reviewed By: dsagal Differential Revision: https://phab.getgrist.com/D2773