az-digital / az_quickstart

UArizona's web content management system built with Drupal 10.
https://quickstart.arizona.edu
GNU General Public License v2.0
30 stars 20 forks source link

Make it easier to bulk edit content on /admin/content by allowing filtering by taxonomy term. #3746

Open trackleft opened 5 hours ago

trackleft commented 5 hours ago

Motivation

It is currently somewhat difficult to manage content within the content management system.

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

I would like to bulk update content by taxonomy term.

Proposed Resolution

Add a taxonomy term filter to the form located at /admin/content

image

Describe the solution you'd like

More ways to filter content, including taxonomy term.

image

Describe alternatives you've considered

Provide a guide on Quickstart.arizona.edu on how to create bulk update forms.

Roles and Permissions considerations

A clear and concise description of how each of the following roles would be impacted by this change:

Additional context

Add any other context or screenshots about the feature request here.

ewlyman commented 5 hours ago

Should we consider filtering by Vocabulary/Term or simply taxonomy Term?

ewlyman commented 5 hours ago

https://news.arizona.edu/admin/content uses separate filters for two vocabularies: UAnnounce Tags and News Tags which are further restricted by filter settings within the view. We might be able to use the Views Reference Filter module to create a Terms select that depends on a Vocabulary select.

trackleft commented 5 hours ago

We should allow any taxonomy term in one select box, IMHO, and probably expose the operator (yucky)

ewlyman commented 4 hours ago

OK. Will try that out and see what it looks like.