By kristiaanvandeneynde on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
4.0.x
Introduced in version:
4.0.0-alpha1
Issue links:
Description:
If Group was the only project on your website that relied on Entity API, please composer require drupal/entity before upgrading to v4. Then you can turn off the module and remove the entry from composer again.
As for the revision UI from core, the main change is that the revert entity operation is now called "revert" rather than "revert revision". If you had custom code checking for the revert operation's access, you need to adjust the operation name.
Impacts:
Module developers