From ad5ad6496c66032d5da7f4369a00e1d75dd93467 Mon Sep 17 00:00:00 2001 From: catch <6915-catch@users.noreply.drupalcode.org> Date: Wed, 9 Oct 2024 14:32:27 +0100 Subject: [PATCH] Issue #3403641 by omarlopesino, smustgrave, quietone, kristiaanvandeneynde: Unable to generate canonical, edit, and update URLs for entity test multilanguage with bundle (cherry picked from commit 4b25dc769526998569fdced5ffbdf0100584c5c2) --- .../entity_test/src/Entity/EntityTestMulWithBundle.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulWithBundle.php b/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulWithBundle.php index 68a7e24bc6e..d6badba2b8c 100644 --- a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulWithBundle.php +++ b/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulWithBundle.php @@ -37,9 +37,9 @@ namespace Drupal\entity_test\Entity; * links = { * "add-page" = "/entity_test_mul_with_bundle/add", * "add-form" = "/entity_test_mul_with_bundle/add/{type}", - * "canonical" = "/entity_test_mul_with_bundle/manage/{entity_test_mul}", - * "edit-form" = "/entity_test_mul_with_bundle/manage/{entity_test_mul}/edit", - * "delete-form" = "/entity_test/delete/entity_test_mul_with_bundle/{entity_test_mul}", + * "canonical" = "/entity_test_mul_with_bundle/manage/{entity_test_mul_with_bundle}", + * "edit-form" = "/entity_test_mul_with_bundle/manage/{entity_test_mul_with_bundle}/edit", + * "delete-form" = "/entity_test/delete/entity_test_mul_with_bundle/{entity_test_mul_with_bundle}", * }, * field_ui_base_route = "entity.entity_test_mul_with_bundle.admin_form", * )