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