# Zombie Reference Hunter Sometimes you delete a taxonomy term and things were still pointing to it. You've got zombie references. They're kind of hard to track down. You could check out https://github.com/victorstack-ai/drupal-entity-reference-integrity, though it probably won't work for non-base fields. This module is mostly copied from that module, without the automatic wiping out of zombie references. This module is currently hardcoded to search only for [Typed Relation](https://www.drupal.org/project/controlled_access_terms/) issues, since it's easy to forget that they [don't work with Term Merge](https://www.drupal.org/project/term_reference_change/issues/3231527) (leading to Term Merge deleting terms and creating zombie references). # Usage 1. install 2. Go to `/admin/zombies` to see the list of problems. 3. Fix the broken links manually. # Who to Blame Rosie Le Faive (rlefaive@upei.ca) and the human behind / the AI Bot that made the original. # License GPLv3