1
0
mirror of https://github.com/peeringdb/peeringdb.git synced 2024-05-11 05:55:09 +00:00

Add attribute operational to netixlan #539

revert accidentally commited change to netixlan js finalize function
This commit is contained in:
Stefan Pratter
2020-04-10 09:03:12 +00:00
parent e630aea692
commit 3298b6626d
8 changed files with 137 additions and 21 deletions

View File

@ -1296,6 +1296,7 @@ class NetworkIXLanSerializer(ModelSerializer):
"ipaddr4",
"ipaddr6",
"is_rs_peer",
"operational",
] + HandleRefSerializer.Meta.fields
related_fields = ["net", "ixlan"]