- Merge request !2872Issue #2880154: Convert comments to be revisionable β (Open) created by dieterholvoet
- Status changed to Needs work
almost 2 years ago 7:09pm 17 March 2023 - πΊπΈUnited States smustgrave
Seems to be some failures in the MR2872
Also the update hook will need upgrade tests.
- πΊπΈUnited States robphillips
Probably should update
comment_user_cancel()
so thatrevision_uid
is re-assigned to zero (0) when the author's account is cancelled. I recently ran into an issue where the comment was re-assigned but not the revision. Seenode_user_cancel()
as an example:node_mass_update($vids, [ 'uid' => 0, 'revision_uid' => 0, ], NULL, TRUE, TRUE);
- π¬π§United Kingdom jacobupal Leeds
Hey @robbiehobby does your re-roll in #79 include your proposed change in #78?