netbox-community / customizations

A collection of community submitted and maintained customizations including reports, scripts, validators and export templates
MIT License
206 stars 55 forks source link

missing_device_type_components not checking Module Bays #73

Closed PaulR282 closed 2 years ago

PaulR282 commented 2 years ago

The report "Missing Device Type Components" is not checking Module Bays correctly. It doesn't show when a Module Bay is missing from a device while it's present in the device type.

PaulR282 commented 2 years ago

fixed it by changing ('devicebays', 'devicebaytemplates'), to ('modulebays', 'modulebaytemplates'),