mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Just return a list from _get_col_subset, remove ColumnView class
Summary: Just return a list from _get_col_subset, remove ColumnView class Test Plan: none Reviewers: dsagal, georgegevoian Reviewed By: dsagal, georgegevoian Subscribers: georgegevoian Differential Revision: https://phab.getgrist.com/D2975
This commit is contained in:
@@ -226,13 +226,6 @@ class TestRenames(test_engine.EngineTestCase):
|
||||
"People.lookupOne(addr=$id, city=$city).nombre",
|
||||
"People.lookupRecords(addr=$id).nombre"]
|
||||
}],
|
||||
# TODO This is a symptom of comparing before and after values using rich values that refer
|
||||
# to a destroyed column (a ColumnView). In reality, the values before and after after the
|
||||
# same, but here the attempt to encode the previous value produces an incorrect result.
|
||||
# (It's a bug, but not easy to fix and hopefully hard to run into.)
|
||||
["BulkUpdateRecord", "Address", [11, 12, 13],
|
||||
{"people2": [["L", "Sam"], ["L", "Bob", "Doug"], ["L", "Alice"]]
|
||||
}],
|
||||
]})
|
||||
|
||||
def test_rename_lookup_ref_attr(self):
|
||||
|
||||
Reference in New Issue
Block a user