Bug #21826
rss notifications are duplicated
Description
when running the rake rake rss:create_notifications task multiple times, the notifications are duplicated.
see attached screenshot
Related issues
Associated revisions
History
#1
Updated by Ohad Levy about 3 years ago
- Related to Feature #18292: Add notifications for an RSS feed added
#2
Updated by Ohad Levy about 3 years ago
- Legacy Backlogs Release (now unused) set to 296
#3
Updated by The Foreman Bot about 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/5042 added
#4
Updated by Anonymous about 3 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset 0eac53b0092b5afd29765e659a9a55cc878ffddf.
Fixes #21826 - rss notifications are duplicated (#5042)
From my understanding "item.summary" isn't passed to the created
Notification which made it weird why it is used when checking if
it exists.
Signed-off-by: Boaz Shuster <ripcurld.github@gmail.com>