device identity - device assignment - fix active quotas list bug
This commit is contained in:
@@ -307,7 +307,6 @@ class QuotaViewSet(viewsets.ModelViewSet): # noqa
|
||||
# paginate queryset
|
||||
page = self.paginate_queryset(
|
||||
self.queryset.filter(
|
||||
Q(assigned_organizations=organization) |
|
||||
Q(registerer_organization=organization),
|
||||
Q(is_closed=False)
|
||||
).order_by('-modify_date')
|
||||
|
||||
Reference in New Issue
Block a user