After a bulk update with the following path pattern for categories

[vocab]/[catpath].html

and the seperator character set to _ (underscrore the default)

the category url aliases are created with spaces in this format;

/vocab name/catpath name/.html

Problem also remains if the sperator character is removed completley, the node url aliases are created correctly on a bulk update however the category url aliases are not.

Comments

mikeryan’s picture

Assigned: Unassigned » mikeryan
Status: Active » Fixed

Fixed - I missed the taxonomy bulk update case when implementing cleaning strings on a per-component basis.

mikeryan’s picture

Status: Fixed » Closed (fixed)
puredrivel’s picture

Works like a charm, Thanks!