-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Plugin Version
0.1.0
NetBox Version
NetBox Community v4.3.2-Docker-3.3.0
Python Version
3.12.3
Steps to Reproduce
- Go to "Customization", "Custom Fields"
- Add custom field
- Set object types to "DCIM > Device"
- Set type to Object
- Set related object type to "Custom objects > Custom object"
- Go to /dcim/devices/
Expected Behavior
Expected everything to be working and be able to edit "Device" object and set custom field to reference some custom object.
Observed Behavior
An exception was raised
<class 'django.urls.exceptions.NoReverseMatch'>
Reverse for 'customobject-list' with no arguments not found. 1 pattern(s) tried: ['api/plugins/custom\\-objects/(?P<custom_object_type>[^/]+)/\\Z']
Python version: 3.12.3
NetBox version: 4.3.2-Docker-3.3.0
Plugins:
netbox_custom_objects: 0.1.0
SonamorN