fix organization limit quota seialize
This commit is contained in:
@@ -261,7 +261,7 @@ class QuotaViewSet(viewsets.ModelViewSet): # noqa
|
||||
Q(assigned_organizations=organization) |
|
||||
Q(registerer_organization=organization),
|
||||
Q(is_closed=False)
|
||||
)
|
||||
).order_by('-modify_date')
|
||||
)
|
||||
if page is not None:
|
||||
serializer = self.get_serializer(page, many=True)
|
||||
|
||||
Reference in New Issue
Block a user