Closed (fixed)
Project:
Domain Path
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Apr 2026 at 06:24 UTC
Updated:
23 Apr 2026 at 10:20 UTC
Jump to comment: Most recent
The update query has lacks an ORDER BY clause. The order is not deterministic without it. The insert order of domain_path to path_alias is important because \Drupal\path_alias\AliasRepository prefers newer path aliases (ORDER BY id DESC)
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 #2
webflo commentedAlso applies to 2.x
Comment #3
webflo commentedComment #4
mably commentedHi @webflo, I’m not sure I fully understand the issue you’re pointing out. Could you provide a bit more detail on what’s not working or what behavior you’re expecting?
That said, I’m fine with merging this as is.
Comment #6
mably commented@webflo I added a small comment and an explicit sort order, is it ok for you?
Comment #7
mably commentedComment #8
webflo commentedLooks great!
Comment #11
mably commentedMerged into 3.x and backported to 2.x.
Thanks @webflo!