Taxonomy revision UI is missing log messages

Created on 21 March 2024, 3 months ago
Updated 13 April 2024, 3 months ago

Problem/Motivation

Revision log messages were not included in the recent commit πŸ“Œ Add taxonomy term revision UI RTBC

Steps to reproduce

Update Drupal to include commit from issue referenced above. Revision UI on Term edit page does works and shows state change, but no log message.

Proposed resolution

Create parity with Node. In Term.php, modify annotation to "revision_log_message" = "revision_log", delete the following:

    // @todo Keep this field hidden until we have a revision UI for terms.
    // @see https://www.drupal.org/project/drupal/issues/2936995
    $fields['revision_log_message']->setDisplayOptions('form', [
      'region' => 'hidden',
    ]);
πŸ“Œ Task
Status

Fixed

Version

11.0 πŸ”₯

Component
TaxonomyΒ  β†’

Last updated 4 days ago

  • Maintained by
  • πŸ‡ΊπŸ‡ΈUnited States @xjm
  • πŸ‡¬πŸ‡§United Kingdom @catch
Created by

πŸ‡ΊπŸ‡ΈUnited States rwanth New York, USA

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

Merge Requests

Comments & Activities

Production build 0.69.0 2024