- Issue created by @goodDenis
- Open on Drupal.org βCore: 10.0.7 + Environment: PHP 8.1 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass - Issue was unassigned.
- Status changed to Needs review
over 1 year ago 2:43pm 29 May 2023 - π§πͺBelgium rp7
Looks like this is already being fixed in π Revisions not deleted when revision_translation_affected is NULL for all languages Needs review ?
- Status changed to Closed: duplicate
9 months ago 4:09pm 20 February 2024 - Status changed to Needs work
about 1 month ago 12:16pm 10 October 2024 - πͺπΈSpain eduardo morales alberti Spain, πͺπΊ
It is unrelated to 3380623 because the question here is to check if the revision is a valid object, it fails on a different line.
We should check if the revision is a valid node before calling to get the translation method, because if the revision is null it gives the reported error.
- Merge request !30Issue #3340119 by adriancid: Add validation for valid node revision in delete... β (Closed) created by eduardo morales alberti
- πͺπΈSpain eduardo morales alberti Spain, πͺπΊ
Do not process the revision if is not node.