Drupal is a registered trademark of Dries Buytaert
drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)! drupal 11.3.6 Update released for Drupal core (11.3.6)! drupal 10.6.6 Update released for Drupal core (10.6.6)! cms 2.1.0 Update released for Drupal core (2.1.0)! bootstrap 8.x-3.40 Minor update available for theme bootstrap (8.x-3.40). menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). eca 3.1.1 Minor update available for module eca (3.1.1). layout_paragraphs 2.1.3 Minor update available for module layout_paragraphs (2.1.3). ai 1.3.3 Minor update available for module ai (1.3.3). ai 1.2.14 Minor update available for module ai (1.2.14). node_revision_delete 2.0.3 Minor update available for module node_revision_delete (2.0.3). moderated_content_bulk_publish 2.0.52 Minor update available for module moderated_content_bulk_publish (2.0.52). klaro 3.0.10 Minor update available for module klaro (3.0.10). klaro 3.0.9 Minor update available for module klaro (3.0.9). layout_paragraphs 2.1.2 Minor update available for module layout_paragraphs (2.1.2). geofield_map 11.1.8 Minor update available for module geofield_map (11.1.8).

Menu link content in Drupal core was made revision-able in Drupal 8.7 but core does not include a UI. This module exposes a minimal UI for menu link content revisions.

Features

This project provides a revisions tab with a revisions log when editing individual menu link content items and a "Revisions" operation link on menu link content entities.

Post-Installation

Once installed, menu link content items will have a revisions tab. (Note: not all menu links are menu link content; some links are defined by modules or profiles and are not revision-able content.) However, currently there's no way in the interface to configure menu link content to create new revisions by default. This module provides a setting that creates automatic revisions on menu link content when they are saved.

Users of this module can either enable the automatic revisions in the module settings at /admin/config/user-interface/menu-link-content-revisions-ui or implement their own solution so that new useful revisions are created when editing menu link content.

Note that since "administer menu" is the admin permission for menu_link_content entities, users with that permission will also be able to revert and delete menu_link_content revisions.

Warning for sites upgraded from a version prior to Drupal 8.7

Warning: if your site was upgraded from a prior version of Drupal before menu link content was made revision-able, and you have menu items that date back to that time, you may experience an issue where the revision created date for a menu link item is NULL. This will cause a PHP error when viewing the revisions log because Drupal core does not check that a timestamp is valid before trying to format it. The solution can be to set the revision created date for items with a null date to the last menu link changed date using a query:

UPDATE menu_link_content_revision
    INNER JOIN menu_link_content_data
    ON menu_link_content_data.revision_id = menu_link_content_revision.revision_id 
    SET menu_link_content_revision.revision_created = menu_link_content_data.changed 
    WHERE menu_link_content_revision.revision_created IS NULL;

Activity

Total releases
4
First release
Oct 2025
Latest release
4 months ago
Release cadence
15 days
Stability
50% stable

Release Timeline

Releases

Version Type Release date
1.0.1 Stable Nov 21, 2025
1.0.0 Stable Oct 15, 2025
1.0.0-beta1 Pre-release Oct 8, 2025
1.0.x-dev Dev Oct 8, 2025