Skip to content

Exception when deleting Custom Object Types #140

@mrmrcoleman

Description

@mrmrcoleman

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

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions