mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-24 04:13:12 +00:00
Merge branch 'api_multi_op' into aurore_test
This commit is contained in:
commit
8d22568ecc
1 changed files with 1 additions and 1 deletions
|
@ -34,6 +34,6 @@ class PendingConnectionViewSet(viewsets.ReadOnlyModelViewSet):
|
|||
topologie.Room.objects.select_related("building__dormitory")
|
||||
.filter(port__isnull=True)
|
||||
.filter(adherent__in=all_has_access())
|
||||
.order_by("building_dormitory", "port")
|
||||
.order_by("building__dormitory", "port")
|
||||
)
|
||||
serializer_class = serializers.RoomSerializer
|
||||
|
|
Loading…
Reference in a new issue