gristlabs_grist-core/test/nbrowser
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
..
ActionLog.ts (core) Add new Grist login page 2022-04-01 15:24:19 -07:00
DuplicateDocument.ts (core) move more tests to grist-core 2021-12-10 18:33:07 -05:00
Fork.ts (core) move more tests to grist-core 2021-12-10 18:33:07 -05:00
gristUtils.ts (core) Fix linking after a summary update 2022-04-08 12:28:42 +02:00
HomeIntro.ts (core) Add new Grist login page 2022-04-01 15:24:19 -07:00
homeUtil.ts (core) Add new Grist login page 2022-04-01 15:24:19 -07:00
Smoke.ts (core) Remove code for unused welcome flows 2022-02-28 13:21:28 -08:00
testServer.ts (core) configure typedoc for generating plugin api documentation 2022-04-04 18:11:33 -04:00
testUtils.ts remove stray redis dependency, and upgrade node in tests (#173) 2022-03-28 15:43:47 -04:00