Skip to content

Commit

Permalink
add text
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Polonsky committed Oct 21, 2024
1 parent 0bfb517 commit ae48339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/model/osint_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def delete(cls, osint_source_group_id):
db.session.delete(osint_source_group)
db.session.commit()
# Checking multiple source group assignments is problematic due to the existence of more NewsItemsAggregate records
# and the assignment may change over time. Let's move them to the default group.
# and the source assignment may change over time. Let's move them to the default group.
default_group = cls.get_default()
newsItemAggregates = NewsItemAggregate.get_news_items_aggregate_by_source_group(None) # we use db delete rule: set null
for item in newsItemAggregates:
Expand Down

0 comments on commit ae48339

Please sign in to comment.