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