mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
2a592d8b4d
Summary: Type conversions and formula tranforms wait for the user and bundle multiple actions. When an unrelated action is done (e.g. adding a page widget or a column), we want to finalize the transform before applying it. The approach turns out fairly complicated. There is an implicit queue of bundles (which we don't let grow beyond 2, as that's too abnormal). Bundles may be finalized by a user clicking something, or by an unrelated action/bundle, or (as before) by transform DOM getting disposed. - Updated RecordLayout to use bundleActions() helper - Added support for nesting bundleActions inside another bundle (needed for setting visibleCol during type change) - In an unrelated tweak, when in debug-log in ActiveDoc, use a short representation of result. Test Plan: Added a unittest for action bundling during type transform Reviewers: paulfitz Reviewed By: paulfitz Differential Revision: https://phab.getgrist.com/D2655 |
||
---|---|---|
.. | ||
ACLMembershipRec.ts | ||
ACLPrincipalRec.ts | ||
ACLResourceRec.ts | ||
ColumnRec.ts | ||
DocInfoRec.ts | ||
PageRec.ts | ||
REPLRec.ts | ||
TabBarRec.ts | ||
TableRec.ts | ||
TableViewRec.ts | ||
ValidationRec.ts | ||
ViewFieldRec.ts | ||
ViewRec.ts | ||
ViewSectionRec.ts |