Closed (fixed)
Project:
Pathauto
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
19 Sep 2005 at 06:29 UTC
Updated:
4 Oct 2005 at 07:11 UTC
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!