netbox-plugin-tutorial icon indicating copy to clipboard operation
netbox-plugin-tutorial copied to clipboard

Add note about url name rule

Open miyuk opened this issue 2 years ago • 0 comments

Hello, everyone

I'm trying to develop netbox plugin while refering to this tutorial.

However, when step 5, I stucked because netbox rule. Therefore, I would like to add comment for this netbox rule explicitly.

problem

Add button is not shown in model list view if URL name with `_'. when refering Test the Views

ex) when model name is VLANGroupSet good: vlangroupset_add bad: vlan_group_set_add

Maybe this rule is related in /netbox/utilities/utils.py

(I cloud not find truth information, sorry)

miyuk avatar Feb 18 '23 21:02 miyuk