-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
severity: highCompletely breaks certain functions, or substantially degrades performance application-wideCompletely breaks certain functions, or substantially degrades performance application-widestatus: needs ownerstatus: under reviewtype: bug
Milestone
Description
Plugin Version
commit 39e6941 (HEAD -> feature, origin/feature)
NetBox Version
ab8e3ee feature
Python Version
3.12.11
Steps to Reproduce
- Create a custom object type X
- Create a custom object of type X
- Navigate to the detail view for the new custom object
- Click Delete
Expected Behavior
- The custom object is deleted
Observed Behavior
<class 'django.urls.exceptions.NoReverseMatch'>
Reverse for 'customobject_list' with no arguments not found. 1 pattern(s) tried: ['plugins/custom\\-objects/(?P<custom_object_type>[^/]+)/\\Z']
Python version: 3.12.3
NetBox version: 4.3.5-Docker-3.3.0
Plugins:
netbox_custom_objects: 0.1.0
Metadata
Metadata
Assignees
Labels
severity: highCompletely breaks certain functions, or substantially degrades performance application-wideCompletely breaks certain functions, or substantially degrades performance application-widestatus: needs ownerstatus: under reviewtype: bug