-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed as not planned
Labels
complexity: lowRequires minimal effort to implementRequires minimal effort to implementnetboxpending closureRequires immediate attention to avoid being closed for inactivityRequires immediate attention to avoid being closed for inactivitystatus: needs ownerThis issue is tentatively accepted pending a volunteer committed to its implementationThis issue is tentatively accepted pending a volunteer committed to its implementationtype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application
Description
NetBox version
v4.3.1
Feature type
Change to existing functionality
Proposed functionality
When viewing search results filtered using a Saved Filter, display the Bookmark button, and the resulting Bookmark should link directly to the search results for that specific object model, using the selected filter.
e.g. mynetbox.url/circuits/circuits/?filter_id=5 is the bookmark URL
Use case
This would enhance the usability of Saved Filters by being able to jump quickly from the dashboard to a useful search result.
In my specific scenario, I have the following Saved Filter:
{
"type_id": [
"6"
],
"status": [
"planned",
"provisioning",
"active",
"offline",
"deprovisioning"
]
}
I am frequently using this filter, and would like to be able to rapidly get back to it.
Database changes
I don’t know if any changes would be required.
External dependencies
N/A
gdubun and PieterL75
Metadata
Metadata
Assignees
Labels
complexity: lowRequires minimal effort to implementRequires minimal effort to implementnetboxpending closureRequires immediate attention to avoid being closed for inactivityRequires immediate attention to avoid being closed for inactivitystatus: needs ownerThis issue is tentatively accepted pending a volunteer committed to its implementationThis issue is tentatively accepted pending a volunteer committed to its implementationtype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application