By alexpott on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.0.x
Introduced in version:
8.0.0-RC4
Issue links:
Description:
The Content Dynamic dynamically generated routes have changed from:
'content_translation.translation_add_' . $entity_type_id
'content_translation.translation_edit_' . $entity_type_id,
'content_translation.translation_delete_' . $entity_type_id
to:
"entity.$entity_type_id.content_translation_add"
"entity.$entity_type_id.content_translation_edit"
"entity.$entity_type_id.content_translation_delete"
node is an example of a possible $entity_type_id
Impacts:
Module developers