this is the error I get

[NO_TAGS_Taxonomy_name] field has to have maximum 1 values.

this is a false error that happens when taxonomy is no Tags but multiple select

A taxonomy multiple select select box does not have minimum requirements set

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

GiorgosK’s picture

Status: Active » Needs review
FileSize
477 bytes

a simple check for isset($element['#minlength']) can solve this problem

here is a simple patch for this

attiks’s picture

Status: Needs review » Fixed

It should be fixed in the latest dev version, the problem was caused by $element['#multiple'] being set to TRUE, so I checked for that as well.

Thanks for the patch

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.