Problem/Motivation
In the overview of all content in the admin, the alias of the original translation is used for the translations in particular situations. It should be the alias of the translation, not of the original node.
Steps to reproduce
- Add a new content type
- Add a custom field which can be translated
- Set the "title" to be untranslatable
- Add a node in the original language (e.g. English) and fill in the title and custom field (e.g. "EN") and give it an alias (e.g. "/foo")
- Add a translation of the node in a second language (e.g. Dutch) and change the custom field (e.g. "NL") and give it an alias (e.g. "/bar")
- Go to the admin overview: /admin/content
- See that both the original as the translation have the same alias ("/foo") => this is incorrect
- Change the title of the content type to be translatable
- See that both the original as the translation have its correct alias ("/foo" for English and "/nl/bar" for Dutch) => this is correct
Proposed resolution
Even if the title is not translatable, it should link to the correct alias.