mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Suggest correct table when converting to RefList
Summary: RecordSets now have new encoding and rendering analogous to Records: `['r', 'Table', [1, 2, 3]]` and `Table[[1, 2, 3]]`. Test Plan: Added to nbrowser/TypeChange.ts. Reviewers: dsagal Reviewed By: dsagal Differential Revision: https://phab.getgrist.com/D2987
This commit is contained in:
@@ -299,6 +299,12 @@ class TestRenames(test_engine.EngineTestCase):
|
||||
"type": ["Ref:Persons", "Any"],
|
||||
"formula": ["Persons.lookupOne(addr=$id)", "Persons.lookupRecords(addr=$id)"]
|
||||
}],
|
||||
["BulkUpdateRecord", "Address", [11, 12, 13, 14], {
|
||||
"people": [["r", "Persons", [4]],
|
||||
["r", "Persons", [1, 3]],
|
||||
["r", "Persons", [2]],
|
||||
["r", "Persons", []]]
|
||||
}],
|
||||
]})
|
||||
|
||||
def test_rename_table_autocomplete(self):
|
||||
|
||||
Reference in New Issue
Block a user