gristlabs_grist-core/app
George Gevoian 8f5ce9d610 (core) Wait for transform column before finalizing
Summary:
This adds a new private field to ColumnTransform that settles when
the transform column is done preparing. Finalize then waits for this
promise before proceeding.

A bug was occurring when the prepare promise was still pending,
but finalize was triggered indirectly, causing finalize to throw an error
due to the transform column not yet existing.

Test Plan: Tested manually.

Reviewers: jarek, dsagal

Reviewed By: jarek, dsagal

Subscribers: dsagal

Differential Revision: https://phab.getgrist.com/D3288
2022-03-01 13:59:14 -08:00
..
client (core) Wait for transform column before finalizing 2022-03-01 13:59:14 -08:00
common (core) Fuller guessing of type and options when adding first data to blank columns 2022-03-01 22:00:45 +02:00
gen-server (core) Remove code for unused welcome flows 2022-02-28 13:21:28 -08:00
plugin Correct spelling mistakes 2022-02-19 09:46:49 +00:00
server (core) Fuller guessing of type and options when adding first data to blank columns 2022-03-01 22:00:45 +02:00
tsconfig.json (core) move home server into core 2020-07-21 20:39:10 -04:00