mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) AddOrUpdateRecord user action
Summary: New user action as described in https://grist.quip.com/fZSrAnJKgO5j/Add-or-Update-Records-API, with options to allow most of the mentioned possible behaviours. The Python code is due to Alex (as should be obvious from the u in behaviours). Test Plan: Added a unit test. Reviewers: alexmojaki Reviewed By: alexmojaki Differential Revision: https://phab.getgrist.com/D3239
This commit is contained in:
@@ -49,7 +49,7 @@ ReplaceTableData = namedtuple_eq('ReplaceTableData', BulkAddRecord._fields)
|
||||
# table_id: string name of the table.
|
||||
# col_id: string name of column
|
||||
# col_info: dictionary with particular keys
|
||||
# type: string type of the column
|
||||
# type : string type of the column
|
||||
# isFormula: bool, whether it is a formula column
|
||||
# formula: string text of the formula, or empty string
|
||||
# Other keys may be set in col_info (e.g. widgetOptions, label) but are not currently used in
|
||||
|
||||
Reference in New Issue
Block a user