mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-18 01:32:17 -06:00
Adds status field to L2VPN.clone_fields
This commit is contained in:
@@ -62,7 +62,7 @@ class L2VPN(ContactsMixin, PrimaryModel):
|
|||||||
null=True
|
null=True
|
||||||
)
|
)
|
||||||
|
|
||||||
clone_fields = ('type',)
|
clone_fields = ('type', 'status')
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
ordering = ('name', 'identifier')
|
ordering = ('name', 'identifier')
|
||||||
|
|||||||
Reference in New Issue
Block a user