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!

CommentFileSizeAuthor
#1 taxonomy_defaults-680464-1.patch770 bytesfalcon

Comments

falcon’s picture

StatusFileSize
new770 bytes
bradweikel’s picture

Version: 6.x-1.0 » 6.x-1.x-dev
Status: Needs review » Postponed (maintainer needs more info)

Patches 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.

bradweikel’s picture

Version: 6.x-1.x-dev » 6.x-2.x-dev
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Unless 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.