Closed (fixed)
Project:
Domain Path
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2026 at 17:17 UTC
Updated:
15 Apr 2026 at 18:50 UTC
Jump to comment: Most recent
When creating content on multiple domains and using the 'generate domain specific alias' toggle, it appears to be uniquifying the alias for each domain, but it shouldn't.
Create a piece of content on domain #1 and #2 and set 'auto generate domain' and save the content. The alias will generate correctly for domain #1, but will append -0 to domain #2.
Additionally, if you try to manually update the alias for domain #2, a validation message shows up telling you the alias already exists for the domain.
Uniquification should only happen per-domain.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
jfurnas commentedCan confirm that this patch (at least for 2.x) resolves the uniquify issue.
Comment #8
mably commented