Closed (outdated)
Project:
Pathauto
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
12 Feb 2014 at 12:56 UTC
Updated:
7 Feb 2026 at 18:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ricovandevin commentedJust improved readability of the issue summary.
Comment #3
klonosI'm not sure if the logic should change too, but I think that this should be more like this (to account for multiple languages):
Thanx for this BTW. It's a great start to provide some sanity when it comes to paths in multi-language sites!
Comment #4
valentine94Re-roll. Please review.
Comment #5
dave reidThis needs a test case to confirm that this is fixed.
Comment #6
bohus ulrychHi,
I can confirm that this patch #4 is working well and it is really helpful. Thank you!
NB. I've found similar login in path_pathauto_is_alias_reserved. Isn't needs to update too?
Comment #7
dave reidComment #8
chris matthews commentedComment #9
donquixote commentedWhen _pathauto_existing_alias_data() is called from pathauto_create_alias(), it makes no sense at all to ever return the LANGUAGE_NONE alias, if a language-specific one was requested.
If pathauto_create_alias() is called to create an alias in a specific language in which no alias exists yet, the LANGUAGE_NONE alias will be converted into a language-specific one. This is destructive!
Comment #10
mably commented