Skip to content

Commit b113d3c

Browse files
authored
Fix: dont include model in metadata change if it in direct/indirect (#985)
1 parent c742e6d commit b113d3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/server/models.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ def get_modified_snapshots(
117117
change_category=current.change_category,
118118
)
119119
)
120+
elif context_diff.indirectly_modified(snapshot_name):
121+
continue
120122
elif context_diff.metadata_updated(snapshot_name):
121123
metadata.add(snapshot_name)
122124

0 commit comments

Comments
 (0)