Change record status: 
Project: 
Introduced in branch: 
10.3.x
Introduced in version: 
10.3.0
Description: 

It is now possible to view, revert and delete Taxonomy term revisions.

Revision history

Revision history

Revision revert form

Revision revert form

Revision delete form

Revision delete form

With this change, there are now also new permissions for granting permission to each the history page and revert and delete forms for taxonomy term entities. Users with the 'administer taxonomy' permission will have access without needing to grant the new permissions.

Developers may choose to grant access to these new features by using hook_entity_access() listening for view all revisions, revert, or delete revision operations on entities implementing \Drupal\taxonomy\TermInterface.

Please note: As of commit, the node UI is still not based off the generic entity work, so Node's interface is slightly different in appearance.

Contrib modules like Diff will need to be updated to target new entity types.

Impacts: 
Site builders, administrators, editors
Module developers