Hi,

Thanks for the module.

I got the following validation errors:
Warning: preg_match_all() expects parameter 2 to be string, array given in drupal_explode_tags() (line 7193 of/var/www/swifto.t420/dev/www7/includes/common.inc).
Warning: array_unique() expects parameter 1 to be array, null given in drupal_explode_tags() (line 7194 of/var/www/swifto.t420/dev/www7/includes/common.inc).\
Warning: Invalid argument supplied for foreach() in drupal_explode_tags() (line 7197 of/var/www/swifto.t420/dev/www7/includes/common.inc)

Caused by a term field with single value field. Another similar field with multiple values didn't cause any validation errors. What worked for me was the patch attached (I was also using the http://drupal.org/node/1334616 patch).

Comments

LNakamura’s picture

Component: Single values - allow new and deny new values » Single values
Issue summary: View changes
Status: Active » Closed (outdated)

@bluetegu - since the 1.x release and lists are no longer supported, I'm closing this as outdated.

LNakamura’s picture

Note that if you want to prevent the adding of new terms in a 2.x Autocomplete Deluxe widget, Content Taxonomy will do the trick.