- Issue created by @vikramsaini1609
when you create a node with a language, the path alias is saved with a language code. If you later change the node's language, the path alias's language code isn't updated to match the new language. This can cause the path alias not to show up when editing the node.
This issue occurs because the path alias's language doesn't update when the node's language is changed. You'll see an entry in the path_alias table with the old language code. To fix this, you need to update the path alias if the parent node's language and the path alias's language don't match.
Active
1.13
Code