You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in a group of feeds where a filter (let's call it filter 1) is partially applied, rss guard re-applies filter 1 to the feeds that already had the filter applied when ticking the feed group (with the intention of applying filter 1 to all the feeds it wasn't applied to:
part 1: i tick the "Technology" feed group, resulting in all the feeds in the group to have "Test filter 1" applied once, no problem:
part 2: i add a new feed, "It's FOSS 2" to the "Technology" feed group, now "Test filter 1" is partially applied to the "Technology" group as expected:
part 3: i tick the "Technology" feed group with the intention of applying "Test filter 1" to "It's FOSS 2", it gets applied as expected:
part 4, the reason of this ticket: all the other feeds that previously had "Test fillter 1" applied to them now have a duplicate of it applied to them:
this only happens when ticket a feed group to quickly apply a filter to feeds in the group that don't have it applied. it does not happen when manually ticket a feed
following this logic, feeds could potentially have an unlimited amount of duplicate of feeds if repeated
How to reproduce the bug?
have a feed group
create a filter
apply the filter to a feed group
add a new feed to the same feed group
tick the feed group to apply the filter to the new feed
see that all the feeds that were there before the newly added one now have the same filter applied twice
What was the expected result?
only the new feed would have the article filter applied
What actually happened?
the new feed has the filter applied to it but all the previously existing feeds in the feed group also have the filter re-applied to them, resulting in duplicates
Debug log
N/A
Operating system and version
OS: Windows 10 Pro
RSS Guard version: 4.7.2 Lite
The text was updated successfully, but these errors were encountered:
Brief description of the issue
in a group of feeds where a filter (let's call it filter 1) is partially applied, rss guard re-applies filter 1 to the feeds that already had the filter applied when ticking the feed group (with the intention of applying filter 1 to all the feeds it wasn't applied to:
part 1: i tick the "Technology" feed group, resulting in all the feeds in the group to have "Test filter 1" applied once, no problem:
part 2: i add a new feed, "It's FOSS 2" to the "Technology" feed group, now "Test filter 1" is partially applied to the "Technology" group as expected:
part 3: i tick the "Technology" feed group with the intention of applying "Test filter 1" to "It's FOSS 2", it gets applied as expected:
part 4, the reason of this ticket: all the other feeds that previously had "Test fillter 1" applied to them now have a duplicate of it applied to them:
this only happens when ticket a feed group to quickly apply a filter to feeds in the group that don't have it applied. it does not happen when manually ticket a feed
following this logic, feeds could potentially have an unlimited amount of duplicate of feeds if repeated
How to reproduce the bug?
What was the expected result?
only the new feed would have the article filter applied
What actually happened?
the new feed has the filter applied to it but all the previously existing feeds in the feed group also have the filter re-applied to them, resulting in duplicates
Debug log
N/A
Operating system and version
The text was updated successfully, but these errors were encountered: