Skip to content

Add bulk edit views for organizational and nested group models #5972

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jeremystretch opened this issue Mar 12, 2021 · 2 comments
Closed

Add bulk edit views for organizational and nested group models #5972

jeremystretch opened this issue Mar 12, 2021 · 2 comments
Assignees
Labels
status: accepted This issue has been accepted for implementation type: housekeeping Changes to the application which do not directly impact the end user
Milestone

Comments

@jeremystretch
Copy link
Member

Proposed Changes

Add bulk edit functionality for the following models:

  • circuits.CircuitType
  • dcim.DeviceRole
  • dcim.Location
  • dcim.Manufacturer
  • dcim.Platform
  • dcim.RackRole
  • dcim.Region
  • dcim.SiteGroup
  • ipam.RIR
  • ipam.Role
  • ipam.VLANGroup
  • secrets.SecretRole
  • tenancy.TenantGroup
  • virtualization.ClusterGroup
  • virtualization.ClusterType

Justification

Allows users to mass-edit non-unique attributes such as description or color

@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation type: housekeeping Changes to the application which do not directly impact the end user labels Mar 12, 2021
@jeremystretch jeremystretch added this to the v2.11 milestone Mar 12, 2021
@ziggekatten
Copy link

ziggekatten commented Mar 12, 2021

This makes alot of sense for us as we often get initial objects before a transition project begins, and as reality kicks in (excel always lies...), this would put the power of change into UI (project managers) instead of coders (me and my team)

:-)

@jeremystretch
Copy link
Member Author

Just to provide a bit of history, the reason this doesn't exist today is that most of these objects originally had no non-unique fields; just name and slug, so there was nothing that could be edited in bulk. We added description fields a while back but overlooked the bulk editing function.

@jeremystretch jeremystretch self-assigned this Mar 12, 2021
jeremystretch added a commit that referenced this issue Mar 12, 2021
jeremystretch added a commit that referenced this issue Mar 12, 2021
* Enable bulk editing of organizational models

* Enable bulk editing of nested group models

* Changelog for #5972
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: accepted This issue has been accepted for implementation type: housekeeping Changes to the application which do not directly impact the end user
Projects
None yet
Development

No branches or pull requests

2 participants