Skip to content

Creating a Custom Object Field of type object to another custom objects gives UI recursive error #101

@cruse1977

Description

@cruse1977

Plugin Version

0.1.0

NetBox Version

4.3.3

Python Version

3.12

Steps to Reproduce

  1. Create a custom object type via requests and record its ID. (eg: 5)
  2. Create a custom object field of type object, and set the app label to netbox_custom_objects and model to table{ID} model - example payload:
{'name': 'group', 'label': 'VNI Group', 'type': 'object', 'app_label': 'netbox_custom_objects', 'model': 'table5model', 'custom_object_type': 5}

Expected Behavior

Field creates, Able to view/edit/delete Custom Object in UI

Observed Behavior

Field is created, but any action in the UI on this object results in:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    app: custom objectsseverity: highCompletely breaks certain functions, or substantially degrades performance application-widestatus: needs triageThis issue is awaiting triage by a maintainertype: bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions