Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
zavarin-michael committed Jul 18, 2024
1 parent fcf32c4 commit d2d4313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open_schools_platform/parent_management/parents/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def get(self, request):

filters.update({"sender_ids": form_ids_string_from_queryset(request.user.parent_profile.families.all())})

tickets = self.complex_filter.get_objects(filters)
tickets = self.complex_filter.get_objects(filters, empty_filters=True)

response = get_paginated_response(
pagination_class=ApiTicketListPagination,
Expand Down

0 comments on commit d2d4313

Please sign in to comment.