-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
app: custom objectsseverity: highCompletely breaks certain functions, or substantially degrades performance application-wideCompletely breaks certain functions, or substantially degrades performance application-widestatus: needs triageThis issue is awaiting triage by a maintainerThis issue is awaiting triage by a maintainertype: bug
Description
Plugin Version
0.1.0
NetBox Version
4.3.3
Python Version
3.12
Steps to Reproduce
- Create a custom object type via requests and record its ID. (eg: 5)
- 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:
Metadata
Metadata
Assignees
Labels
app: custom objectsseverity: highCompletely breaks certain functions, or substantially degrades performance application-wideCompletely breaks certain functions, or substantially degrades performance application-widestatus: needs triageThis issue is awaiting triage by a maintainerThis issue is awaiting triage by a maintainertype: bug