Perform the same operation for Taxonomy terms

Created on 30 January 2025, 2 months ago

Problem/Motivation

Update documentation to perform the same update, but for taxonomy terms rather than nodes.

Steps to reproduce

n/a

Proposed resolution

Use query:


UPDATE taxonomy_term_data AS ttd
INNER JOIN key_value AS kv ON ttd.tid=kv.name
LEFT JOIN path_alias AS pa ON CONCAT('/taxonomy/term/', ttd.tid)=pa.path
SET kv.value = 'i:1;'
WHERE kv.collection='pathauto_state.taxonomy_term'
AND kv.value = 'i:0;'
AND pa.alias IS NULL;

Remaining tasks

User interface changes

API changes

Data model changes

πŸ“Œ Task
Status

Active

Component

Documentation

Created by

πŸ‡ΊπŸ‡ΈUnited States wolcen

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024