Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Article List: Fixes Exclusion Filters #1211

Merged
merged 1 commit into from
Aug 14, 2024
Merged

Article List: Fixes Exclusion Filters #1211

merged 1 commit into from
Aug 14, 2024

Conversation

patrickbrown-io
Copy link
Contributor

Article List

Fixes a bug with the Article List introduced when we refactored Article Lists to strictly enforce chronological order despite API timings. The bug would cause exclusions to throw an API Error instead of skipping processing entirely, which they had done when chronological order was not strictly enforced.

This has been corrected and Articles flagged with Excluded Categories / Excluded Tags are properly removed with an additional check.

Resolves #1207

@jcsparks jcsparks merged commit d7d5378 into main Aug 14, 2024
3 checks passed
@jcsparks jcsparks deleted the issue/1207 branch August 14, 2024 15:54
github-actions bot pushed a commit that referenced this pull request Aug 14, 2024
Article List: Fixes Exclusion Filters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Article lists with exclude filters give an API error
2 participants