{node_comment_statistics} 'last_comment_uid' stores the node author's uid if there are no comments. However, if the node's author is changed, the value is not updated causing issues elsewhere. (side note: this is also in d6).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | comment-node-update.patch | 1.21 KB | bleen |
Comments
Comment #1
bleen commentedHow bout this...
Comment #2
jonathan webb commentedThis patch only considers the case with the author changing; however a related issue occurs if you change the creation time for a node.
This issue is a duplicate of #55246: Node updates are not reflected in node_comment_statistics correctly.