mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Summary: When action is pruned by ACL rules, the rule engine sometimes rewrites actions, setting NULLs for boolean columns as a default value. Null was not considered a valid value and it resulted in a bug in the UI where the editor for the Toggle column was not rendered. Test Plan: Added new Reviewers: paulfitz Reviewed By: paulfitz Differential Revision: https://phab.getgrist.com/D4110