mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Allow descriptions for Raw Data tables
Summary: Descriptions can now be set on Raw Data table sections. Test Plan: Browser tests. Reviewers: jarek Reviewed By: jarek Differential Revision: https://phab.getgrist.com/D4131
This commit is contained in:
@@ -460,7 +460,7 @@ class UserActions(object):
|
||||
table_id == "_grist_Views_section"
|
||||
and any(rec.isRaw for i, rec in self._bulk_action_iter(table_id, row_ids))
|
||||
):
|
||||
allowed_fields = {"title", "options", "sortColRefs", "rules"}
|
||||
allowed_fields = {"title", "description", "options", "sortColRefs", "rules"}
|
||||
has_summary_section = any(rec.tableRef.summarySourceTable
|
||||
for i, rec in self._bulk_action_iter(table_id, row_ids))
|
||||
if has_summary_section:
|
||||
|
||||
Reference in New Issue
Block a user