Skip to content

Unable to create custom field referencing custom object #147

@artemantonenko-exness

Description

@artemantonenko-exness

Plugin Version

0.1.0

NetBox Version

NetBox Community v4.3.2-Docker-3.3.0

Python Version

3.12.3

Steps to Reproduce

  1. Go to "Customization", "Custom Fields"
  2. Add custom field
    • Set object types to "DCIM > Device"
    • Set type to Object
    • Set related object type to "Custom objects > Custom object"
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions