fix - my distributions search
This commit is contained in:
@@ -134,6 +134,8 @@ class QuotaDistributionViewSet(BaseViewSet, SoftDeleteMixin, viewsets.ModelViewS
|
||||
else:
|
||||
queryset = queryset.filter(Q(quota__is_closed=False))
|
||||
|
||||
queryset = self.filter_query(queryset)
|
||||
|
||||
page = self.paginate_queryset(queryset)
|
||||
if page is not None: # noqa
|
||||
serializer = self.get_serializer(page, many=True) # noqa
|
||||
|
||||
Reference in New Issue
Block a user