Closed (fixed)
Project:
Node Revision Delete
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 May 2023 at 14:20 UTC
Updated:
15 Apr 2026 at 12:00 UTC
Jump to comment: Most recent
Comments
Comment #3
gooddenis commentedComment #4
rp7 commentedLooks like this is already being fixed in #3380623: Revisions not deleted when revision_translation_affected is NULL for all languages?
Comment #5
adriancidComment #6
eduardo morales albertiIt is unrelated to #3380623: Revisions not deleted when revision_translation_affected is NULL for all languages 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.
Comment #9
eduardo morales albertiDo not process the revision if is not node.
Comment #10
rcodinaI confirm that after applying patch from MR21 the error is gone. Thanks!
Comment #12
alexpott