Extractor and geotaxonomy cannot decorate taxonomy terms with their own data after they are loaded through the taxonomy API. This means that data that was once attached to a term will be erased after it is processed by the data taxonomy target, unless it is manually loaded and attached. This is not ideal, but a solution would be to manually load this data from extractor and geotaxonomy and add it to the term right before saving it. Patch to follow.

CommentFileSizeAuthor
#1 937606_1.patch919 bytesWill White

Comments

Will White’s picture

Status: Active » Needs review
StatusFileSize
new919 bytes

This patch implements the fix described above.

joachim’s picture

Version: 6.x-1.0-alpha9 » 6.x-1.x-dev
Status: Needs review » Needs work

That's not going to fly -- we'd need to add a module_exists() for every module that wants to do something like that!

How does geotaxonomy work with taxonomy terms created normally? What about terms that are created programatically through the (laughable on D6) taxonomy API?