Closed (fixed)
Project:
Drupal core
Version:
6.0-beta1
Component:
path.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2007 at 11:06 UTC
Updated:
19 Dec 2007 at 01:33 UTC
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
Comment #1
gábor hojtsyI 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?
Comment #2
gábor hojtsyModified titlte to be more precise.
Comment #3
Freso commentedI 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.
Comment #4
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.