mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-13 16:47:34 -06:00
17608 L2VPNSerializer Status should be ChoiceField
This commit is contained in:
parent
693543f0b2
commit
021114071c
@ -34,6 +34,7 @@ class L2VPNSerializer(NetBoxModelSerializer):
|
||||
many=True
|
||||
)
|
||||
tenant = TenantSerializer(nested=True, required=False, allow_null=True)
|
||||
status = ChoiceField(choices=L2VPNStatusChoices, required=False)
|
||||
|
||||
class Meta:
|
||||
model = L2VPN
|
||||
|
Loading…
Reference in New Issue
Block a user