- 🇬🇧United Kingdom indefinitedevil
Inverted Tom's initial patch logic to fix an issue with null arrays
If you are using a taxonomy term reference field on your content types provided by the dynamic_entity_reference module, then the referenced entities won't be picked up on the term delete form.
The data structure for these fields is slightly different but the basic logic in this module will work. An update to the checks in `prevent_term_delete_form_alter` will make this module work for both.
Will get a patch up and over as the site I'm working on has a mix of taxonomy reference fields.
Cheers
Tom
Needs review
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Inverted Tom's initial patch logic to fix an issue with null arrays