mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Undo bug - restoring dependencies for trigger formulas
Summary: Undo wasn't restoring trigger formulas dependencies. Test Plan: Python tests Reviewers: alexmojaki Reviewed By: alexmojaki Subscribers: alexmojaki Differential Revision: https://phab.getgrist.com/D3163
This commit is contained in:
@@ -581,10 +581,6 @@ class UserActions(object):
|
||||
self._docmodel.update([f for c in type_changed for f in c.viewFields],
|
||||
widgetOptions='', displayCol=0)
|
||||
|
||||
# If the column update changes its trigger-formula conditions, rebuild dependencies.
|
||||
if any(("recalcWhen" in values or "recalcDeps" in values) for c, values in update_pairs):
|
||||
self._engine.trigger_columns_changed()
|
||||
|
||||
self.doBulkUpdateFromPairs(table_id, update_pairs)
|
||||
|
||||
for table_id in rebuild_summary_tables:
|
||||
|
||||
Reference in New Issue
Block a user