docbrown/app/controllers/stories
Jeremy Friesen a8ec0c3058
Ensuring that established tags don't respond 404 (#17058)
Prior to this commit, we determined the 404 status based on the final
scoped query of the articles.  That scoped query would limit to a
timeframe.

However, what we want is to not render a 404 status if we have an
"established" tag.  An established tag means that we have at least one
published article (regardless of when we published).

Fixes forem/forem#16932
2022-04-01 10:25:28 -04:00
..
articles_search_controller.rb app/controllers & decorators i18n (#16126) 2022-02-03 13:35:56 -05:00
feeds_controller.rb Improve the UX of the SMTP Section (#16223) 2022-02-15 18:40:14 +02:00
pinned_articles_controller.rb app/controllers & decorators i18n (#16126) 2022-02-03 13:35:56 -05:00
tagged_articles_controller.rb Ensuring that established tags don't respond 404 (#17058) 2022-04-01 10:25:28 -04:00