Files
gristlabs_grist-core/app/client/models
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
..
2022-02-19 09:46:49 +00:00
2020-10-02 13:24:21 -04:00
2020-10-02 13:24:21 -04:00
2021-12-07 17:09:58 +02:00
2022-02-19 09:46:49 +00:00