- Issue created by @bember
- Merge request !113Fix issue with processing options with grouped values β (Merged) created by bember
- πͺπΈSpain gxleano CΓ‘ceres
It will be included in release
1.2.26
.Thanks @bember!
If a term reference field that allow multiple vocabularies is edited, a WSOD happens.
TypeError: {closure}(): Argument #1 ($label) must be of type string, array given in {closure}() (line 67 of /var/www/docroot/modules/contrib/tagify/tagify.module).
This happens when tagify_options_list_alter() processes $options assuming it's always an array of strings - when it's actually an array of arrays in the described scenario.
Update tagify_options_list_alter() to check for grouped terms in $options.
Active
1.2
Code
It will be included in release 1.2.26
.
Thanks @bember!