You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
/node/<nid>/translations
The text was updated successfully, but these errors were encountered: