gristlabs_grist-core/test
Alex Hall 460f22b701 (core) Don't show hidden tables in table data options when adding widgets
Summary:
As reported in https://grist.slack.com/archives/C069RUP71/p1655316194602829, when a table is hidden by ACL, it was still showing as a blank 'ghost' option to select data when adding a widget:

{F55498}

The fix is simply to return `true` from `isHiddenTable` for empty table IDs, which indicate a table hidden by ACL. `TableRec.isHidden` is supposed to match this so I updated it too, and I cleaned up a tiny bit of other related code.

Test Plan: Extended `nbrowser/AccessRules1.ts` to test the data options when adding widgets.

Reviewers: jarek

Reviewed By: jarek

Differential Revision: https://phab.getgrist.com/D3530
2022-07-21 16:28:28 +02:00
..
fixtures (core) Nice summary table IDs 2022-07-14 12:09:56 +02:00
gen-server
nbrowser (core) Don't show hidden tables in table data options when adding widgets 2022-07-21 16:28:28 +02:00
server (core) add a yarn run cli tool, and add a sqlite gristify option 2022-07-14 12:00:30 -04:00
chai-as-promised.js
init-mocha-webdriver.js
mocha.opts
report-why-tests-hang.js
test_under_docker.sh
testUtils.ts
tsconfig.json
xunit-file.js