- Issue created by @mingsong
- πΊπΈUnited States copacubanana
I'm also able to reproduce this issue, but at an earlier version than what's noted on the issue. It's occurring for me with 1.0.x-dev
- π¦πΊAustralia mingsong π¦πΊ
Since Drupal 10.1, the revision UI for block has been implemented by core. See #1984588: Add Block Content revision UI
- Status changed to Closed: won't fix
11 months ago 11:53pm 29 February 2024 - First commit to issue fork.
- Status changed to Needs review
7 months ago 10:37am 15 July 2024 - πΊπΈUnited States edmund.dunn Olympia, WA
This worked for us. I will note that entity_diff_ui is not the same as the revisions UI work in core.
- Status changed to RTBC
22 days ago 8:56am 14 January 2025 - π©π°Denmark beltofte Copenhagen π©π°
Since Drupal 10.1, the revision UI for block has been implemented by core. See #1984588: Add Block Content revision UI
In other words, you don't need this module anymore.
Wrong. Drupal core now supports a revision for block, media, taxonomy, but it does not support a diff between two revisions. Nor does the Diff module it self at the moment (work is in progress https://www.drupal.org/project/diff/issues/2452523 β ), and this is the reason why Entity Diff UI is still relevant as a temporary solution till Diff support block, media, taxonomy etc.
The duplicated tab issue also exists on Taxonomy terms...