fix organization limit quota seialize

This commit is contained in:
2025-07-21 12:35:24 +03:30
parent df0b8edb98
commit 0f4d051380
5 changed files with 244 additions and 11 deletions

View File

@@ -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)