Closed (fixed)
Project:
Taxonomy single tag
Version:
7.x-1.0-beta1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
24 Aug 2011 at 18:34 UTC
Updated:
13 Sep 2013 at 17:11 UTC
I added the ability for a user to add up to three "tags" for a content type, and I am using this module as the widget.
If any of the three input boxes are left empty, then for each empty input box that exists, when the user clicks "Save," a new taxonomy term is created by the name of "Array."
So, for example, if the user entered:
Box 1: Wine and Cheese*
Box 2:
Box 3:
*Note that Wine and Cheese is a new term that does not already exist
Then, there are three new taxonomy terms created:
1. Wine and Cheese
2. Array
3. Array
As a quick fix, I have the Rules module deleting any new taxonomy terms with the name of "Array."
Comments
Comment #1
arhak commentedComment #2
digitalclover commentedFollowing. I'm experiencing the same issue.
Comment #3
drclaw commentedI just tested this on the dev branch and it doesn't appear to be an issue any more.
Comment #3.0
drclaw commentedForgot to add some text.