- Issue created by @pmunch
The module title "Prevent Term Delete" suggests that selected vocabularies will have their referenced terms undeletable, to avoid references to be broken.
This is in fact not the case at all: this module only conditionnaly hides the "delete" button on the term form, but does not perfom any delection check. Even with this module enabled and vocabulaires selected, their terms would be just normally deteled (eg: in a term view using VBO, or by any module having term deletion processes in code using $term->delete()).
This deletion prevention could however be mainly implemented using hook_entity_access().
So far, this module is only an UI module.
So please, update the module either way:
Many thanks.
Active
Documentation