- Issue created by @flagbrad
- πΊπΈUnited States smustgrave
Is something out of date on your local? Checked hte loadRevision() calls and they call RevisionableStorageInterface
undo functionality called EntityStorageInterface::loadRevision(), which was removed from Drupal 11.0.0. Presumably undo will fail in D11.
Change Node::undo() and Paragraph::undo() to use \Drupal\Core\Entity\RevisionableStorageInterface::loadRevision
None.
Active
2.0
Code
Changes an existing API or subsystem. Not backportable to earlier major versions, unless absolutely required to fix a critical bug.
Is something out of date on your local? Checked hte loadRevision() calls and they call RevisionableStorageInterface