gristlabs_grist-core/test/client
Alex Hall bd52665f96 (core) Allow adding rows to widgets filtered by a link using a formula column
Summary:
When a widget `A` is selected by a widget `B` so that `A` is filtered, adding a new row to `A` uses the values in the selected row of `B` and the columns relevant to the linking as default values for the new row. This ensures that the new row matches the current linking filter and remains visible. However this would previously cause a sandbox error when one of the linking columns was a formula column, which doesn't allow setting values. This diff ignores formula columns when picking default values.

Since the value of the formula column in the new row typically won't match the linking filter, extra measures are needed to avoid the new row immediately disappearing. Regular filters already have a mechanism for this, but I didn't manage to extend it to also work for linking. Thanks @dsagal for creating `UnionRowSource` (originally in D4017) which is now used as the solution for temporarily exempting rows from both kinds of filtering.

While testing, I also came across another bug in linking summary tables that caused incorrect filtering, which I fixed with some changes to `DynamicQuerySet`.

Test Plan: Extended an nbrowser test, which both tests for the main change as well as the secondary bugfix.

Reviewers: georgegevoian

Reviewed By: georgegevoian

Subscribers: dsagal

Differential Revision: https://phab.getgrist.com/D4135
2023-12-18 20:28:41 +02:00
..
components (core) bump mocha version to allow parallel tests; move more tests to core 2023-06-27 02:55:34 -04:00
lib (core) Move theme from ConfigNotifier to ThemeNotifier 2023-10-10 21:45:10 -04:00
models (core) Allow adding rows to widgets filtered by a link using a formula column 2023-12-18 20:28:41 +02:00
shortcuts (core) Moving client and common tests to core 2022-08-23 19:20:10 +02:00
ui (core) New date filter with a calendar view 2022-12-20 09:58:42 +01:00
clientUtil.js (core) bump mocha version to allow parallel tests; move more tests to core 2023-06-27 02:55:34 -04:00