-
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.4.5
Python version
3.10
Steps to Reproduce
- Browse to /extras/saved-filters with at least one saved filter defined
- Export saved filters to CSV via "Export" > "All Data (CSV)"
- Observe that the CSV does not contain the "parameters" field which is the core data to define/import/clone a saved filter
Expected Behavior
We would expect that the data export contains the "parameters" JSON, as this is the core value of the saved filter (all other fields are effectively metadata/housekeeping)
Observed Behavior
The parameters of the saved filter are not present in the export, meaning their subsequent import into NetBox would be incomplete. Parameters is a required field for import, we would expect it to be present in the export.
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