Update Graph.update_from_editable_future_graph
to more performantly delete superflous nodegroups
#11610
Labels
Graph.update_from_editable_future_graph
to more performantly delete superflous nodegroups
#11610
This block has been added near the bottom of the function:
It iterates the entire
node_groups
table and deletes "orphaned"NodeGroup
s -- that is,NodeGroup
s without aNode
This is a temporary fix, and should be replaced with a solution that only deletes
NodeGroup
s that are related to either the source_graph or editable_future_graph.The text was updated successfully, but these errors were encountered: