Closed (fixed)
Project:
Pathauto
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
10 Nov 2009 at 18:30 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
bobzillaforever commentedOkay, so I found a fix.
In the
$nodeobject being passed intohook_nodeapi(), I noticed that$node->taxonomywas a multi-dimensional array, with the first dimension being a vocabulary, and the second being the terms inside that vocabulary. The$node->taxonomyin the bulk update function was a one-dimensional array, with only the taxonomy term IDs. This patch runs through the taxonomy terms associated with a node and converts them to a multi-dimensional array before creating the node's alias.Comment #2
dave reidTagging all the bulk alias issues for #713238: RFC: Pathauto Bulk module.
Comment #3
dave reidThis needs to be fixed rather in the module that provides the taxonomy tokens. There are several different ways Drupal formats $node->taxonomy and modules have to account for that. Feel free to mark this back as active once the 'Project' field is changed to the appropriate project.