Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleting entity translation does not trigger revalidation #779

Open
bojanbogdanovic opened this issue Jun 18, 2024 · 0 comments
Open

Deleting entity translation does not trigger revalidation #779

bojanbogdanovic opened this issue Jun 18, 2024 · 0 comments
Labels
bug Something isn't working triage A new issue that needs triage

Comments

@bojanbogdanovic
Copy link
Contributor

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:

  1. Add node with two translations (e.g: English and Dutch).
  2. Then delete Dutch (which isn't the default language) translation on: /node/<nid>/translations
  3. Check if the Dutch node is available on the frontend.
@bojanbogdanovic bojanbogdanovic added bug Something isn't working triage A new issue that needs triage labels Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage A new issue that needs triage
Projects
None yet
Development

No branches or pull requests

1 participant