If you look at a Issue which has a new comment then all comments get a red "updated" on them.
But only the new one should have this....
like you can see it on the default comment module...

CommentFileSizeAuthor
#2 comment-updated.patch1.35 KBnedjo

Comments

Tobias Maier’s picture

*bump* :D

nedjo’s picture

Assigned: Unassigned » nedjo
Status: Active » Fixed
StatusFileSize
new1.35 KB

Issue was that the issue's $node->changed timestamp (the same for all comments) was being fed into node_mark(), the function that generates new and updated messages. Fixed by changing this to the $comment->changed timestamp. Fix applied.

Tobias Maier’s picture

I wanted to thank you for your patch and all of your patches you comitted in the past (and will commit in the future :D )

Anonymous’s picture

Status: Fixed » Closed (fixed)