Open
Description
Package containing the bug
next (Drupal module)
Describe the bug
When deleting an entity translation which isn't the default language, the revalidation isn't triggered for that specific translation. This results in that the translation isn't available in Drupal but the page is still available on the frontend.
Expected behavior
When deleting an entity translation, the associated page in the frontend shouldn't be available anymore.
Steps to reproduce:
- Add node with two translations (e.g: English and Dutch).
- Then delete Dutch (which isn't the default language) translation on:
/node/<nid>/translations
- Check if the Dutch node is available on the frontend.