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 4b25dc7695)
merge-requests/9004/merge
catch 2024-10-09 14:32:27 +01:00
parent 6884e9bc90
commit ad5ad6496c
1 changed files with 3 additions and 3 deletions

View File

@ -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",
* )