mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Support user variable in dropdown conditions
Summary: Dropdown conditions can now reference a `user` variable, similar to the one available in Access Rules. Test Plan: Browser test. Reviewers: jarek, paulfitz Reviewed By: jarek, paulfitz Differential Revision: https://phab.getgrist.com/D4255
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import {CellValue} from 'app/common/DocActions';
|
||||
import {InfoView} from 'app/common/GranularAccessClause';
|
||||
import {GristObjCode} from 'app/plugin/GristData';
|
||||
import {CompiledPredicateFormula, compilePredicateFormula} from 'app/common/PredicateFormula';
|
||||
import {InfoView} from 'app/common/RecordView';
|
||||
import {User} from 'app/common/User';
|
||||
import {makeExceptionalDocSession} from 'app/server/lib/DocSession';
|
||||
import {User} from 'app/server/lib/GranularAccess';
|
||||
import {assert} from 'chai';
|
||||
import {createDocTools} from 'test/server/docTools';
|
||||
import * as testUtils from 'test/server/testUtils';
|
||||
|
||||
Reference in New Issue
Block a user