-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
app: custom objectsseverity: highCompletely breaks certain functions, or substantially degrades performance application-wideCompletely breaks certain functions, or substantially degrades performance application-widetype: bug
Milestone
Description
Plugin Version
0.1.0
NetBox Version
4.3.3
Python Version
3.12
Steps to Reproduce
- Create custom object type
- Add field type "multiple object"
- Attempt to delete field type from the custom object type page
Expected Behavior
field should delete.
Observed Behavior
Server error.
<class 'django.db.utils.ProgrammingError'>
column custom_objects_6.id does not exist
LINE 1: ...objects_6" INNER JOIN "custom_objects_6_test" ON ("custom_ob...
^
Python version: 3.12.3
NetBox version: 4.3.3
Plugins:
netbox_custom_objects: 0.1.0

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-widetype: bug