Account created on 29 October 2010, about 14 years ago
#

Recent comments

πŸ‡ΊπŸ‡¦Ukraine Ordasoft

Hello

With "revision" check, the errors fixed like before proposed:
file:
core/lib/Drupal/Core/Entity/Controller/VersionHistoryController.php

code:

protected function getRevisionDescription(RevisionableInterface $revision): array {
    $context = [];
    if ($revision instanceof RevisionLogInterface  ) {

replace to code:

protected function getRevisionDescription(RevisionableInterface $revision): array {
    $context = [];
    if ($revision instanceof RevisionLogInterface && !empty($revision->getRevisionCreationTime() ) ) {

Regards

Production build 0.71.5 2024