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
  1. 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"
  2. If I add "Modern history", I get "Modern History" plus the three date-specific versions, rather than "Modern history".
  3. 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

Dave-B’s picture

I 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 :(

sepgil’s picture

Component: Code » Code (miscellaneous)
Status: Active » Postponed (maintainer needs more info)

I was unable to reproduce your problem. I could add enter all the terms correctly...

chriz001’s picture

Status: Postponed (maintainer needs more info) » Active

Im 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?

Dave-B’s picture

Status: Active » Closed (cannot reproduce)

I'm no longer getting this problem, maybe because of upgrading to 7.x-1.0-beta7. Thanks.