-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: 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
v3.0.2-dev
Python version
3.9
Steps to Reproduce
Prior to 2a293d5, you won't be able to reproduce this because null_option is not properly handled in the UI. After updating...
- Navigate to IPAM → IP Addresses → Filter
- Select 'Global' VRF in 'Available VRFs' field
- Click Search
Expected Behavior
When null_option is present on a selected form field and is not None, the applied filters should display the null_option value.
Observed Behavior
KeyError is raised because vrf_id is not in the cleaned form data.
Metadata
Metadata
Assignees
Labels
status: 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