mirror of
https://github.com/gristlabs/grist-core.git
synced 2025-06-13 20:53:59 +00:00
Summary: Previously, when a table was deleted, ref/reflist columns pointing at that table were deleted as well. This diff changes that, converting the columns to a suitable type instead. See here for discussion and decisions: https://grist.slack.com/archives/C069RUP71/p1686060034848139 Test Plan: Added Python tests for most cases, and a DocApi test for where Python has to call JS code to convert the values. Reviewers: paulfitz Reviewed By: paulfitz Differential Revision: https://phab.getgrist.com/D4011 |
||
|---|---|---|
| .. | ||
| lib | ||
| utils | ||
| Comm.ts | ||
| customUtil.ts | ||
| docTools.ts | ||
| generateInitialDocSql.ts | ||
| gristClient.ts | ||
| testUtils.ts | ||
| wait.ts | ||