Add Bulk Edit to ConfigContext #2490
Labels
status: accepted
This issue has been accepted for implementation
type: feature
Introduction of new functionality to the application
Environment
Proposed Functionality
Similar to the way that you can bulk edit
devices
,device-types
,ip-addresses
,prefixes
and others, I'd like to see if the same functionality can be added toconfig-contexts
.The only values that immediately make sense to enable bulk editing are
weight
andactive
. I could see the potential to includeassignments
as well, but I have a feeling that could be opening a "can of worms" that we don't want to deal with.Use Case
As an example, this is a screenshot of my
config-contexts
in the WebUI:Suppose I want to change the
weight
on all of them due to a change in structure, I would have to manually edit each one. If a bulk edit were enabled, this could be done much easier.As another example, suppose I'm trying to resolve an issue with the way
config-contexts
are being rendered on a device, being able to bulk edit them to temporarily change theactive
status would be extremely helpful.Database Changes
I don't believe there should be any as
config-contexts
are a primary model.External Dependencies
None.
The text was updated successfully, but these errors were encountered: