When a node created with a translation. You cannot give the same name to the same nodes. Let's say URL alias of /node/1 is /home and you want this to be /en/home and also the URL alias of the translation you want it to be /xx/home. You cannot assign home as the url alias of both. This may be a way to do things other than a bug but there were no warnings when doing this. Warning like this already assigned to a node or something it just changes the URL alias of the node and deletes the old one. Well not having a warning is a bug IMO.

Comments

gábor hojtsy’s picture

Priority: Minor » Normal
Status: Active » Postponed (maintainer needs more info)

I looked into system.schema, and it seems we only have a unique index on the (language, alias) combination, which seems to be right. This means you should be able to have the same alias with different languages. It could be, that the node save form does not save the language with the alias properly. Could you look this up on your path alias admin interface?

gábor hojtsy’s picture

Title: same name in translation » Unable to assign the same path alias to translation nodes

Modified titlte to be more precise.

Freso’s picture

Status: Postponed (maintainer needs more info) » Fixed

I assigned the same alias to two different languages ("All" and "English"). No problems there. If this ever really was a problem (back in beta1), it seems to have been fixed along the way. Marking as such.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.