mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-12 14:52:17 -06:00
Fixes #19800: ModuleType import supports associating ModuleTypeProfile
This commit is contained in:
@@ -471,7 +471,7 @@ class ModuleTypeImportForm(NetBoxModelImportForm):
|
||||
model = ModuleType
|
||||
fields = [
|
||||
'manufacturer', 'model', 'part_number', 'description', 'airflow', 'weight', 'weight_unit', 'comments',
|
||||
'tags',
|
||||
'tags', 'profile',
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user