mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-29 03:46:25 -06:00
Fixes #12227: L2VPN Bulk import not setting Tenant field
This commit is contained in:
parent
a79d997d4d
commit
2799f0be75
@ -443,7 +443,8 @@ class L2VPNImportForm(NetBoxModelImportForm):
|
|||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
model = L2VPN
|
model = L2VPN
|
||||||
fields = ('identifier', 'name', 'slug', 'type', 'description', 'comments', 'tags')
|
fields = ('identifier', 'name', 'slug', 'tenant', 'type', 'description',
|
||||||
|
'comments', 'tags')
|
||||||
|
|
||||||
|
|
||||||
class L2VPNTerminationImportForm(NetBoxModelImportForm):
|
class L2VPNTerminationImportForm(NetBoxModelImportForm):
|
||||||
|
Loading…
Reference in New Issue
Block a user