gristlabs_grist-core/test
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
..
fixtures
gen-server
nbrowser (core) Fix linking after a summary update 2022-04-08 12:28:42 +02:00
server (core) Add /attachments/updateUsed DocApi endpoint to soft delete all unused attachments in document 2022-04-07 15:08:22 +02:00
init-mocha-webdriver.js
mocha.opts
report-why-tests-hang.js
test_under_docker.sh
tsconfig.json
xunit-file.js