crew-cr / Crew

Code review tool for git projects
http://crew-cr.github.io/Crew
MIT License
129 stars 30 forks source link

Checking "done" on a comment changes the date of the comment #113

Closed pmartin closed 12 years ago

pmartin commented 12 years ago

I have a file that has been reviewed ; and a comment has been written. The header of that comment looks like this :

Author 24/07/2012 15h35 - Permalink - Done [ ]

If I click on "Done", this same header becomes :

Author 24/07/2012 15h35 - Permalink - Done by Dev 25/07/2012 10:52 [x]

Which is OK : there is a date for the comment, and a date for the fixing of the comment.

But, if I reload the page, the header is now displayed as :

Author 25/07/2012 10h52 - Permalink - Done by Dev 25/07/2012 10:52 [x]

The fixing-date is displayed as fixing-date, but also as the comment date.

The comment date should not change, ever ; and it should remain the date of the original comment, not becoming the date of the done-action.