mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Add building to the room serialiser
This commit is contained in:
parent
692da0dfae
commit
a3909e090d
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