Add Manufacturer column in Module table #6744

Closed
opened 2025-12-29 19:44:54 +01:00 by adam · 2 comments
Owner

Originally created by @hagbarddenstore on GitHub (Jul 29, 2022).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.2.7

Feature type

Change to existing functionality

Proposed functionality

Add a column to the Module table for the Modules Module Type Manufacturer field (Puh!).

Use case

Same use case as for Devices, to know the manufacturer of the Module.

Database changes

None

External dependencies

None

Originally created by @hagbarddenstore on GitHub (Jul 29, 2022). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.2.7 ### Feature type Change to existing functionality ### Proposed functionality Add a column to the Module table for the Modules Module Type Manufacturer field (Puh!). ### Use case Same use case as for Devices, to know the manufacturer of the Module. ### Database changes None ### External dependencies None
adam added the status: acceptedtype: feature labels 2025-12-29 19:44:54 +01:00
adam closed this issue 2025-12-29 19:44:54 +01:00
Author
Owner

@hagbarddenstore commented on GitHub (Jul 29, 2022):

The views already fetch the module_type__manufacturer field, so I guess it's just a matter of forgot to add the column to the table.

@hagbarddenstore commented on GitHub (Jul 29, 2022): The views already fetch the `module_type__manufacturer` field, so I guess it's just a matter of forgot to add the column to the table.
Author
Owner

@jeremystretch commented on GitHub (Aug 1, 2022):

so I guess it's just a matter of forgot to add the column to the table.

IIRC I think at some point we were including the manufacturer name along with the model under the same column. Best to have it broken out though.

@jeremystretch commented on GitHub (Aug 1, 2022): > so I guess it's just a matter of forgot to add the column to the table. IIRC I think at some point we were including the manufacturer name along with the model under the same column. Best to have it broken out though.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#6744