mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Add diff preview to Importer
Summary: Updates the preview table in Importer to show a diff of changes when importing into an existing table and updating existing records. Test Plan: Browser tests. Reviewers: paulfitz Reviewed By: paulfitz Differential Revision: https://phab.getgrist.com/D3060
This commit is contained in:
@@ -40,6 +40,7 @@ export class DocComm extends Disposable implements ActiveDocAPI {
|
||||
public importFiles = this._wrapMethod("importFiles");
|
||||
public finishImportFiles = this._wrapMethod("finishImportFiles");
|
||||
public cancelImportFiles = this._wrapMethod("cancelImportFiles");
|
||||
public generateImportDiff = this._wrapMethod("generateImportDiff");
|
||||
public addAttachments = this._wrapMethod("addAttachments");
|
||||
public findColFromValues = this._wrapMethod("findColFromValues");
|
||||
public getFormulaError = this._wrapMethod("getFormulaError");
|
||||
|
||||
Reference in New Issue
Block a user