mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
34c85757f1
Summary: Renaming table after converting Ref column to RefList didn't work. During table rename, all Refs columns are converted briefly to Int columns which treats values stored in RefList columns as errors, and stores its `repr` strings. This could be recovered back if the value stored in RefList column was a plain list, but if we had there a RecordList object, the RefList column didn't know how to parse that. Test Plan: Added test Reviewers: georgegevoian Reviewed By: georgegevoian Differential Revision: https://phab.getgrist.com/D4233 |
||
---|---|---|
.. | ||
docker | ||
grist | ||
gvisor | ||
pyodide | ||
bundle_as_wheel.sh | ||
gen_js_schema.py | ||
install_tz.js | ||
MANIFEST.in | ||
requirements3.in | ||
requirements3.txt | ||
requirements.txt | ||
run.sh | ||
setup.py | ||
watch.sh |