-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
NetBox version
v.3.6.2
Python version
3.10
Steps to Reproduce
- Go to random Location in Locations, add Journal Entry with random Kind.
- Go to configuration.py
- Setup
FIELD_CHOICES = {
'extras.JournalEntry.kind': (
('something', 'Something', 'blue'),
),
}- Go again in Location where we was add Journal Entry.
- Try to delete Journal Entry with no more existing Kind.
Expected Behavior
The entry should have been successfully deleted despite the fact that Kind no longer exists.
Observed Behavior
Server Error
<class 'KeyError'>
'success'
Python version: 3.10.12
NetBox version: 3.6.2
Plugins: None installed
Metadata
Metadata
Assignees
Labels
severity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application