- Issue created by @loze
- ๐บ๐ธUnited States loze Los Angeles
If i go tot he form display settings and change the field to the standard autocomplete widget, then go back to the field config form it works. But its broken when the display form is set to tagify.
- ๐ช๐ธSpain gxleano Cรกceres
Hi @loze!
First of all, thank you very much to report the issue.
I've been trying to reproduce on my side (clean installation), but I was not able to do it. Maybe there is something in your end which is making it fail.
Checking the attached error which you are reporting, seems like something is wrong with the
handler_settings
in the field where you are trying to use Tagify widget.We could add a validation there in order to avoid
NULL
handler_settings
, but it is quite strange, so I will need more information from your side:Which version of Drupal are you using?
Which version of the module?
Are you using a custom handler in the field where you are trying to set Tagify as default widget? - ๐บ๐ธUnited States loze Los Angeles
I believe what was happening was my form display settings was set to tagify in my exported yml file. Then when doing a
drush cim
during an import it somehow changed the hander and I was no longer able to select one. Changing it back to a standard field type then setting the handler fixed it for me, I will keep an eye on it and let you know if the problem pops back up again, but i think the issue was in my yml file.