mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-21 19:03:11 +00:00
Add building to the room serialiser
This commit is contained in:
parent
4c692a42e0
commit
f010436997
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue