Files
gristlabs_grist-core/app/client/models
Cyprien P bf8769bc42 (core) Fix linking after a summary update
Summary:
When linking table to a summary, the linking ended up broken after updating the summary group by columns.
This diff fixes that issue.

There were two issues:
 1) some subscriptions were missing due to some .peek() calls instead of directly calling the observable.
 2) the LinkingState instance was not being disposed.
 3) the filterColValues was not updating after source data table has been loaded

Test Plan: Include new test file.

Reviewers: alexmojaki

Reviewed By: alexmojaki

Subscribers: paulfitz

Differential Revision: https://phab.getgrist.com/D3358
2022-04-08 12:28:42 +02:00
..
2022-03-12 14:34:46 -08: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