Skip to content
Snippets Groups Projects
Commit 479aa4b1 authored by Alex Bronstein's avatar Alex Bronstein
Browse files

Issue #2939247 by plach, hchonov: Revert Content Translation routes to act on...

Issue #2939247 by plach, hchonov: Revert Content Translation routes to act on default rather than latest revisions
parent 2eaceaa4
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -70,7 +70,6 @@ protected function alterRoutes(RouteCollection $collection) {
'parameters' => [
$entity_type_id => [
'type' => 'entity:' . $entity_type_id,
'load_latest_revision' => TRUE,
],
],
'_admin_route' => $is_admin,
......@@ -103,7 +102,6 @@ protected function alterRoutes(RouteCollection $collection) {
],
$entity_type_id => [
'type' => 'entity:' . $entity_type_id,
'load_latest_revision' => TRUE,
],
],
'_admin_route' => $is_admin,
......@@ -129,7 +127,6 @@ protected function alterRoutes(RouteCollection $collection) {
],
$entity_type_id => [
'type' => 'entity:' . $entity_type_id,
'load_latest_revision' => TRUE,
],
],
'_admin_route' => $is_admin,
......@@ -155,7 +152,6 @@ protected function alterRoutes(RouteCollection $collection) {
],
$entity_type_id => [
'type' => 'entity:' . $entity_type_id,
'load_latest_revision' => TRUE,
],
],
'_admin_route' => $is_admin,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment