- Issue created by @_San_
- π·π΄Romania bbu23
Do you have
show_revision_ui = TRUE
in your annotation? - πΊπΈUnited States _San_
@bbu23 - yes, I do have that annotation.
I was able to make some progress by implementing the changes described here: https://www.drupal.org/node/3160443 β
I am now able to see the revisions by going directly to /my_entity/{id}/revisions, but I'm still not seeing the revisions when I edit the entity.
- π·π΄Romania bbu23
Ah, so you're missing the tab? Do you have the MODULENAME.links.task.yml file, and do you have in the file something like this:
entity.ENTITYTYPE.version_history:
route_name: entity.ENTITYTYPE.version_history
base_route: entity.ENTITYTYPE.canonical
title: 'Revisions'
weight: 20Though for that you might also need the route entity.ENTITYTYPE.version_history in MODULENAME.routing.yml unless it's already defined there or dynamically in an Html Route Provider.
- Status changed to Closed: works as designed
3 months ago 6:59am 10 January 2025 - π³πΏNew Zealand quietone
It has been 10 month without discussion here. Perhaps this support query has been sorted out elsewhere?
@_San_ , The Drupal Core issue queue is not the ideal place for support requests. There are several support options listed on our support page β (Community > Support at the top of Drupal.org) and there is Drupal Slack β . You may get better replies in one of those places.
And Drupal 10.1 is out of security support, so I am closing this.