Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / content_moderation / src / Entity / Routing / EntityModerationRouteProvider.php
index f72a47ede7f62ffdf8b16673ec70d9433bd229eb..ac6af35d3b4ace6f6deb7a3689667c376e40df2f 100644 (file)
@@ -88,7 +88,7 @@ class EntityModerationRouteProvider implements EntityRouteProviderInterface, Ent
         ->setOption('parameters', [
           $entity_type_id => [
             'type' => 'entity:' . $entity_type_id,
-            'load_pending_revision' => 1,
+            'load_latest_revision' => TRUE,
           ],
         ]);