If i have Dependee - select list of taxonomy terms, Values input mode "Any of these values" not working, and mode "Insert value from the widget" work fine. But i have 50+ terms in dependee field, and i must create 50+ rules?

I use latest dev with no patches.

Node form designed as vertical tabs group. Dependee and dependent in the same vertical tab group.

Comments

divined’s picture

...
Form state "visible" work as "required" )))

divined’s picture

not working with jQuery 1.7.

divined’s picture

"Any of these values" with select list not working with jQuery 1.7!

peterpoe’s picture

Status: Active » Closed (works as designed)

You are probably trying to insert term names in the Set of values field; you should insert term ids instead. If this is not the case, feel free to reopen the issue.

divined’s picture

you should insert term ids instead..

yes i use term ids.

.. i wrote: in jQuery 1.5 "Any of these values" - work fine.

divined’s picture

Status: Closed (works as designed) » Active
Acertijo’s picture

thanks #4

byronveale’s picture

This is what I've found works in my testing:

- dependent field is hidden unless a specified value is entered in the dependee field

- dependee fields are taxonomy terms, vocabularies tested have from six to over three-hundred terms

- values input mode = "any of these values (or)", with a single term ID specified

- dependee field "number of values" set to one

- dependee field uses select list or check-boxes widget.

Straying from these settings breaks the conditional field in one way or another:

- if the values input mode is set to "insert value from widget", the dependent field is not displayed when correct term is selected

- if the dependee field "number of values" set to more than one, the dependent filed is not hidden

- if the dependee field uses the auto-complete widget, the dependent field is not displayed when correct term is selected.

This was tested with both alpha (7.x-3.0-alpha1) and dev (7.x-3.0-alpha1+12-dev (2014-Jan-06)) versions.

Please let me know if I should open up a new ticket for this; otherwise, I could edit the title of this ticket…

Thanks for your efforts with this module!

Here is my system info (local instance, Mac OS X 10.9.3, Acquia Dev Desktop 7.26.31):

Drupal 7.28
Install profile Minimal (minimal-7.28)
Access to update.php Protected
CTools CSS Cache Exists
Chosen JavaScript file Installed
Configuration file Protected
Database system MySQL, MariaDB, or equivalent
Database system version 5.1.66
Database updates Up to date
Drupal core update status Up to date
File system Writable (public download method)
Flex Slider Flex Slider library installed.
Version 1.8 installed
GD library rotate and desaturate effects bundled (2.0.34 compatible)
Module and theme update status Out of date
There are updates available for one or more of your modules or themes. To ensure the proper functioning of your site, you should update as soon as possible. See the available updates page for more information and to install your missing updates.
Node Access Permissions Disabled
PHP 5.3.18 (more information)
PHP extensions Enabled
PHP memory limit 512M
PHP register globals Disabled
SimplePie Not installed
SimpleXML Enabled
Unicode library PHP Mbstring Extension
Update notifications Enabled
Upload progress Enabled (PECL uploadprogress)
Web server Apache/2.2.25 (Unix) PHP/5.3.18

sjekoken’s picture

Priority: Major » Critical

Three years later and I can confirm that byronveale's assessment of what is broken is still the case. Has this module been abandoned?