mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
34b8dfa740
Summary: Range filter value parser was broken when the column was hiden in the widget. In that case the column filter get passed a column record instead of a view field record. Hence, the diff fixes the issue by adding a `.createValueParser()` method to column record (ColumnRec). https://gristlabs.getgrist.com/doc/check-ins/p/12#a1.s19.r2239.c19 Test Plan: Diff adds new nbrowser test. Reviewers: paulfitz Reviewed By: paulfitz Differential Revision: https://phab.getgrist.com/D3731 |
||
---|---|---|
.. | ||
ACLRuleRec.ts | ||
CellRec.ts | ||
ColumnRec.ts | ||
DocInfoRec.ts | ||
FilterRec.ts | ||
PageRec.ts | ||
TabBarRec.ts | ||
TableRec.ts | ||
ValidationRec.ts | ||
ViewFieldRec.ts | ||
ViewRec.ts | ||
ViewSectionRec.ts |