netbox-community / netbox-plugin-tutorial

A tutorial on building custom plugins for NetBox v3.2+
90 stars 48 forks source link

Added a warning about the naming of filter sets #35

Open peteeckel opened 5 months ago

peteeckel commented 5 months ago

I came across the mistake myself in NetBox DNS, and at least in one instance it was discussed in the Slack channel: Naming of the filter set module and classes is crucial for some non-obvious functionalities in NetBox.

This PR aims to clarify the issue and to make NetBox plugin developers aware that they are not free in how they choose the names for filter sets.

fixes https://github.com/netbox-community/netbox/issues/15967