Skip to content

Attempting to delete "multi-object" generates server error #94

@rcon-git

Description

@rcon-git

Plugin Version

0.1.0

NetBox Version

4.3.3

Python Version

3.12

Steps to Reproduce

  1. Create custom object type
  2. Add field type "multiple object"
  3. 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

Image

Metadata

Metadata

Assignees

Labels

app: custom objectsseverity: highCompletely breaks certain functions, or substantially degrades performance application-widetype: bug

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions