mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) tolerate table renames when displaying differences
Summary: This makes data diff rendering robust to changes in the names of tables. It does not yet show information about those changes, but at least it won't fail to show table content changes. Added a missing case to ActionSummary concatenation that came up in testing. Test Plan: added test, updated test Reviewers: dsagal Reviewed By: dsagal Differential Revision: https://phab.getgrist.com/D2661
This commit is contained in:
@@ -7,7 +7,7 @@ var {getSelectionDesc} = require('app/common/DocActions');
|
||||
var {nativeCompare, roundDownToMultiple, waitObs} = require('app/common/gutil');
|
||||
var gristTypes = require('app/common/gristTypes');
|
||||
var koUtil = require('../lib/koUtil');
|
||||
var tableUtil = require('../lib/tableUtil');
|
||||
var tableUtil = require('../lib/tableUtil');
|
||||
var {DataRowModel} = require('../models/DataRowModel');
|
||||
var {DynamicQuerySet} = require('../models/QuerySet');
|
||||
var {SortFunc} = require('app/common/SortFunc');
|
||||
|
||||
Reference in New Issue
Block a user