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
..
entities (core) Fix linking after a summary update 2022-04-08 12:28:42 +02:00
AppModel.ts (core) Record new user sign-ups 2022-03-12 14:34:46 -08:00
BaseRowModel.js
BillingModel.ts
ClientColumnGetters.ts
ColumnACIndexes.ts (core) Use visibleCol instead of displayCol with createFormatter 2021-12-16 22:19:36 +02:00
ColumnCache.ts
ColumnFilter.ts
ColumnFilterMenuModel.ts
ColumnToMap.ts (core) Custom Widget column mapping feature. 2022-02-08 17:41:04 +01:00
ConnectState.ts
DataRowModel.ts
DataTableModel.js
DataTableModelWithDiff.ts
DocData.ts (core) Wait for transform column before finalizing 2022-03-01 13:59:14 -08:00
DocModel.ts (core) Adding font options to the style picker 2022-04-07 20:35:03 +02:00
DocPageModel.ts (core) Grace period and delete-only mode when exceeding row limit 2022-03-25 13:41:33 +02:00
errors.ts (core) Reopen HelpScout beacon to the last-opened article 2022-03-31 14:54:55 -04:00
gristConfigCache.ts
gristUrlState.ts (core) Add new Grist login page 2022-04-01 15:24:19 -07:00
HomeModel.ts
MetaRowModel.js
MetaTableModel.js
modelUtil.js
NotifyModel.ts
QuerySet.ts
rowset.ts
rowuid.js
SearchModel.ts (core) Fixing bug with resuming search on a hidden column. 2022-03-09 10:34:17 +01:00
SectionFilter.ts (core) Allow filtering hidden columns 2021-11-22 10:26:08 -08:00
Styles.ts (core) Adding font options to the style picker 2022-04-07 20:35:03 +02:00
TableData.ts (core) Use MetaTableData more 2021-12-07 17:09:58 +02:00
TableModel.js
TreeModel.ts Correct spelling mistakes 2022-02-19 09:46:49 +00:00
UserManagerModel.ts (core) Remove UI-imposed restriction against combining public edit access and access rules 2022-02-17 09:57:23 -05:00
UserPrefs.ts (core) Fix bugs when both welcomeTour and docTour are available 2022-03-22 16:51:05 -04:00
WorkspaceInfo.ts