8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-19 09:02:35 +00:00

Add building to the room serialiser

This commit is contained in:
histausse 2020-09-01 14:01:19 +02:00 committed by Gabriel Detraz
parent 4c692a42e0
commit f010436997

View file

@ -176,7 +176,7 @@ class RoomSerializer(NamespacedHMSerializer):
class Meta:
model = topologie.Room
fields = ("name", "details", "api_url")
fields = ("name", "building", "details", "api_url")
class PortProfileSerializer(NamespacedHMSerializer):