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
Comment #1
mikeryanFixed - I missed the taxonomy bulk update case when implementing cleaning strings on a per-component basis.
Comment #2
mikeryanComment #3
puredrivel commentedWorks like a charm, Thanks!