mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) When getting error details for on-demand formulas, provide an explanation
Summary: Since formula errors are typically obtained from the Python data engine, they were not returning any info for errors in on-demand tables (not loaded into the data engine). This change implements a detailed message to explain such errors, mainly to point out that on-demand table is the reason. Test Plan: Added a check to the OnDemand test that formula error details are shown. Reviewers: jarek Reviewed By: jarek Differential Revision: https://phab.getgrist.com/D4317
This commit is contained in:
@@ -480,6 +480,7 @@ function _isInIdentifier(line: string, column: number) {
|
||||
|
||||
/**
|
||||
* Open a formula editor. Returns a Disposable that owns the editor.
|
||||
* This is used for the editor in the side panel.
|
||||
*/
|
||||
export function openFormulaEditor(options: {
|
||||
gristDoc: GristDoc,
|
||||
|
||||
Reference in New Issue
Block a user