Hi,
I have a website translated in 5 languages. I've noticed for some time that the internal links (the ones with /node/1111 or fr/node/2222 are not working properly.
I found the issue at least in two places:
1) in the /admin/content list it is either when I try to edit or delete a node (thus in the last column) the link is broken . To give you an example.
I have the page with node id 1111 in English (default language) and its translation is page with node id 2222 in French. If I type in the browser www.example.com/node/111 it works, and if I type www.example.com/fr/node/2222 it works as well.
However in the www.example.com/admin/content when I hover over the page title in the list, I see www.example.com/fr/node/2222 or www.example.com/my-url-in-french), but if I hover over the edit link for the same page I see /node/2222 thus with "fr" missing. And if I click on the Edit link for this page it takes me to another page to edit, because it is pointing to a non existing node: http://www.example.com/node/2222/edit when it should have been http://www.example.com/fr/node/2222/edit.
It's all linked with the fact that I'm currently using the www.example.com/admin/content and not www.example.com/fr/admin/content, thus when the language in which you are viewing (I do not know how to express it better) the admin content is different then the language of the node I'm trying to edit
2) When going to the translation tab of a page, I see the same thing as above, the translation link contains the right node reference (2222), but not the language in the link.
It is very annoying, because I need to type it manually, otherwise it does not work, or first go to the view page (if that link is correct) and from there do Edit.
I have it as well for other types of nodes such as own content types.
I hope that I'm not the first one to have these issues. I think this is more a bug than a missing feature.
I have disabled many other modules (i18n...) and while Content Translation is enabled this issue occurs, when I disable it, it does not occur anymore, thus my conclusion is that it must have to do with Content Translation.
Many thanks
Any ideas are welcomed