bulk_edit_terms
Description
This module allows users to bulk update any taxonomy term entity reference field that is found on any of the selected nodes. It does it using Drupal native actions.
NOTE: This module is not designed to work with contrib VBO, only Core Actions in /admin/content/* using Core Bulk Update fields
You just need to select the nodes that you want to edit terms from, select 'Update taxonomy terms' from the dropdown and click on 'Apply'. You'll then be presented with a form that contains the term reference fields that appear in at least one of the selected nodes. Select an update action for each field as desired (or leave blank if you don't want to change a field) and submit.
It will apply those values to all applicable nodes (ie: only if they have the field).
Requires users have the "administer nodes" permission as well as permission to edit the selected nodes and term reference fields.
Supports creating a revision and specifying a revision log message for the updates.
Supports 5 different actions for each term reference field:
- Do nothing
- Replace all existing term(s) with selected term(s)
- Clear all existing term(s)
- Add selected term(s)
- Remove selected term(s)
Similar modules
- Bulk Update Fields: Allows updating more than term reference fields.
- Views Bulk Edit: Much more advanced, allows editing any fields on any entity types.