Active
Project:
(custom) Feeds tamper term hierarchy
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 May 2012 at 01:48 UTC
Updated:
20 May 2012 at 16:46 UTC
I have enabled this option under a taxonomy (7.14) in feeds (7.x-2.0-alpha4) tamper (7.x-1.0-beta3+33-dev) and it does not appear to function when importing, taxonomy is created as TERM1>>TERM2.
I threw in echo/debug code in your module to confirm it is being called (it is), when custom_feeds_tamper_term_hierarchy_callback calls custom_feeds_tamper_term_hierarchy_fetch_term $name appears to be empty (a zero)
Am I missing something?
Comments
Comment #1
divcg commentedI now see that the module was notboing called on the first instance (the categories), but was being only called on the second (tags) and the import had no tags
What would cause the module not to be called even though it is specified as a processor in tamper?
Also I rolled tamper back to 7.x-1.0-beta3, same problem