Needs work
Project:
Data
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2010 at 18:45 UTC
Updated:
6 Jan 2012 at 09:55 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 937606_1.patch | 919 bytes | Will White |
Comments
Comment #1
Will White commentedThis patch implements the fix described above.
Comment #2
joachim commentedThat'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?