Nathan Jones

Results 4 comments of Nathan Jones

> This sounds like a great use case for the new [module profile types](https://netboxlabs.com/docs/netbox/models/dcim/moduletypeprofile/) feature introduced in NetBox v4.3. This way, users will be able to set a firmware only...

We're essentially treating this issue as a blocker for us to migrate from using inventory items to module bays for SFPs. Until this is rectified, we're not going to be...

I suspect at least some of the changes would need to be in the [common.py](https://github.com/netbox-community/netbox/blob/main/netbox/dcim/forms/common.py) file. At a start, changing the MODULE_TOKEN count from being an exact match `if len(module_bays)...

@NSpikings-dB I suspect that this issue is somewhat intertwined with https://github.com/netbox-community/netbox/issues/20467 in the resolving of the position fields. With that being addressed, maybe the fix above would then be viable.