- Issue created by @headbank
The d7_pathauto_patterns migration does not assign weights to migrated patterns. Therefore, if you have both a default pattern for an entity type (e.g. nodes) and one or more bundle-specific patterns for that type, you end up with configs like
When weights are all 0 (zero), I assume they are iterated alphabetically by machine-name, which means the default pattern will always be prioritised over the bundle-specific one(s).
This could be solved by assigning a positive weight to all default patterns (those with no bundle specified) in the migration.
Active
1.13
Code