Needs review
Project:
Taxonomy Defaults
Version:
6.x-2.1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Dec 2010 at 09:22 UTC
Updated:
16 May 2012 at 14:59 UTC
Jump to comment: Most recent file
Comments
Comment #1
julius95 commentedsame happens on my site.
Best wishes
Julius
Comment #2
guictx commentedI'm having the same problem on 6.20 install without any extra taxonomy modules besides core.
Comment #3
bradweikel commentedThis could be related related to the fix submitted for #647686: Hidden vocabulary values displayed on preview. I'll look into it soon, but in the meantime you might try replacing
with
(The line is actually still there, just commented out, so you could just reverse the comment).
This will reintroduce the #647686: Hidden vocabulary values displayed on preview bug, so only do it if you aren't using hidden taxonomies. Let me know if it works, though, so I know exactly where to start when I have time to work on this.
Comment #4
flatline2010 commentedIt seems to work ...
Comment #5
lucuhb commentedI have the same problem here but the solution doesn't work for me : If a default item is defined for a taxonomy but a user selects another item for this taxonomy, the default item is selected instead of the user's choice on the node preview.
Comment #6
Alice Heaton commentedHello,
Here is a patch that fixes the issue originally reported by @flatline2010, and does not re-introduct the bug from #647686
I don't know about the issue reported by @lucuhb - I cannot reproduce it in my test case. If it's still an issue I would recomend to create a separate ticket for it.
Let me know if it works for you.