mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 10:58:37 -06:00
Adds status field to L2VPN.clone_fields
This commit is contained in:
parent
fef98057cb
commit
6aad45511f
@ -62,7 +62,7 @@ class L2VPN(ContactsMixin, PrimaryModel):
|
||||
null=True
|
||||
)
|
||||
|
||||
clone_fields = ('type',)
|
||||
clone_fields = ('type', 'status')
|
||||
|
||||
class Meta:
|
||||
ordering = ('name', 'identifier')
|
||||
|
Loading…
Reference in New Issue
Block a user