Adds status field to L2VPN.clone_fields

This commit is contained in:
Jason Novinger 2025-03-06 08:53:15 -06:00
parent fef98057cb
commit 6aad45511f

View File

@ -62,7 +62,7 @@ class L2VPN(ContactsMixin, PrimaryModel):
null=True
)
clone_fields = ('type',)
clone_fields = ('type', 'status')
class Meta:
ordering = ('name', 'identifier')