- 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
over 1 year ago 11:53pm 29 February 2024 - First commit to issue fork.
- Status changed to Needs review
11 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
5 months 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...
- 🇮🇳India ashraf.hussain Bangalore
Yes, the duplicated tab issue also exists on Taxonomy terms.
- Merge request !15Resolve #3406627 "Duplicated block revisions tabs" → (Open) created by Unnamed author
- 🇵🇰Pakistan akhtardaha
@ashraf.hussain I see the duplicate revisions tab on content block but your code from #12 is for taxonomy term. can you guide how to remove duplicate from content block.
- 🇺🇸United States alfattal Minnesota
Both patches from MR !13 and MR !15 are working in removing the duplicate Revisions tab, but returning the following error messages in the diff view:
Deprecated function: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in Drupal\Component\Utility\Unicode::validateUtf8() (line 395 of core/lib/Drupal/Component/Utility/Unicode.php). Deprecated function: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in Drupal\Component\Utility\Xss::filter() (line 69 of core/lib/Drupal/Component/Utility/Xss.php).
- 🇸🇰Slovakia kaszarobert
There's also a similar MR for this fix: 🐛 Deuplicat Taxonomy Revision Tab Active
For the error message you are getting @alfattal , those are unrelated to this problem. For those, you need a patch from https://www.drupal.org/project/entity_diff_ui/issues/3414230#comment-157... 🐛 Split fields: Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /Drupal/Component/Utility/Unicode.php on line 395 Needs review
- 🇮🇳India ashraf.hussain Bangalore
@akthardaha → Please check the patch in #3523574: Duplicate Taxonomy, Media and Block Revision Tab