Skip to content
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

Allow bulk operations to update content/taxonomy terms #1212

Closed
smayden opened this issue Jan 3, 2022 · 2 comments · Fixed by #3749
Closed

Allow bulk operations to update content/taxonomy terms #1212

smayden opened this issue Jan 3, 2022 · 2 comments · Fixed by #3749
Assignees
Labels
editor experience Improvements to the editor experience for individuals editing Quickstart websites enhancement New feature or request QS1 feature parity For issues and pull requests that are motivated by feature parity with Quickstart 1

Comments

@smayden
Copy link
Contributor

smayden commented Jan 3, 2022

Motivation

Bulk operations in Quickstart 1 allowed you to change a value or taxonomy term across multiple pieces of content. This is very useful and saves time for sites with large amount of content.

Quickstart 1: (with "change value" option):
image

Quickstart 2:
image

Is your feature request related to a problem? Please describe.

This feature is particularly useful for applying taxonomy terms. For example, on a departmental website you need to apply a new taxonomy term to 200+ people, it would be very laborious to edit each person and add the term.

Proposed Resolution

Describe the solution you'd like

It would be nice if it could function the same as in Quickstart 1 with the "change value" option (need to investigate what is possible in Drupal 9)

Roles and Permissions considerations

Ideally this functionality could be used by:

  • Content administrator
  • Administrator
@smayden
Copy link
Contributor Author

smayden commented Jan 3, 2022

In Quickstart 1 this appears to be configured on the Nodes (Content) view under Fields for Bulk Operations: Content

image

I suspect that the module View Bulk Operations is being used for this.

@akslay
Copy link
Contributor

akslay commented Aug 9, 2022

Looks like we might need to add this module to allow for that functionality: https://www.drupal.org/project/views_bulk_edit
And that module relies on this one: https://www.drupal.org/project/views_bulk_operations

We might want to check with the group and make sure we're okay with adding two modules just for bulk updating taxonomy terms on nodes.

@joeparsons joeparsons added editor experience Improvements to the editor experience for individuals editing Quickstart websites QS1 feature parity For issues and pull requests that are motivated by feature parity with Quickstart 1 labels May 24, 2023
joeparsons added a commit that referenced this issue Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editor experience Improvements to the editor experience for individuals editing Quickstart websites enhancement New feature or request QS1 feature parity For issues and pull requests that are motivated by feature parity with Quickstart 1
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

4 participants