Problem
I've a "Series" Content Type with a reference to a Taxonomy including the terms:
- Modern history
- Modern history 1500-1599
- Modern history 1600-1699
- Modern history 1700-1799
- Physics
- Physics not elsewhere classified
- If I add the term "Physics" to a Series node, I get both "Physics" and "Physics not elsewhere classified", when I should just get "Physics"
- If I add "Modern history", I get "Modern History" plus the three date-specific versions, rather than "Modern history".
- If I add "Modern history" and "Physics" I get all the terms, rather than just those two I specified.
Triage
Changing the widget type from acdx to "Autocomplete term widget (tagging)" stops this behaviour - which suggests it's due to acdx.
It looks like the extra terms are in the POST when saving the node, so presumably it's in the javascript.
More details if/when I figure them out...
Comments
Comment #1
Dave-B commentedI can't even figure out where acdx javascript injects the terms into the POST, so my investigation of this will have to wait until I've got more time :(
Comment #2
sepgil commentedI was unable to reproduce your problem. I could add enter all the terms correctly...
Comment #3
chriz001 commentedIm having the same problem.
The problem seems to occur if i use the content taxonomy and select "Deny any new terms"
I also cant get the form to save if my field is required.
Can you reproduce with this?
Comment #4
Dave-B commentedI'm no longer getting this problem, maybe because of upgrading to 7.x-1.0-beta7. Thanks.