Skip to content

Commit

Permalink
fix: bug
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Jul 5, 2024
1 parent 74448fa commit 805af72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cms/publications/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class PublicationRssHandler(BaseContentHandler, Feed):

def items(self):
query_params = publication_context_base_filter()
query_categories = Q()
query_category = Q()
category_name = self.request.GET.get('category_name')
if category_name:
query_category = Q(publication__category__name__iexact=category_name)
Expand Down

0 comments on commit 805af72

Please sign in to comment.