Hi,
Thanks for this great and useful module!
In the quiz module we duplicate all questions that belongs to a quiz when a quiz is beeing translated.
On a test server I have a hidden term set on each question using taxonomy_defaults. When a quiz is translated taxonomy_defaults adds the same term_id a second time to each question node. Originally(from node_load I think) the term is in $node->taxonomy[{term_id}], and taxonomy_defaults adds the same term_id to $node->taxonomy[{vocabulary_id}].
I will shortly upload a patch that tries to fix this problem.
Have a nice day!
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | taxonomy_defaults-680464-1.patch | 770 bytes | falcon |
Comments
Comment #1
falcon commentedComment #2
bradweikel commentedPatches should be made against the latest version in CVS. It's likely this was fixed in the unreleased refactoring of that function. Give it a test and let me know.
Comment #3
bradweikel commentedUnless someone reports this occurring in 6.x-2.x-dev, I'm assuming this was fixed by the refactoring. Most of the taxonomy_defaults logic was moved into hook_form_alter, which means it shouldn't be triggered by something like this.