#6027 closed defect (bug) (fixed)
Human diff in comment listing uses the post time, instead of comments
Reported by: | nbachiyski | Owned by: | |
---|---|---|---|
Milestone: | 2.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | has-patch |
Focuses: | Cc: |
Description
Steps to reproduce:
- Post a comment
- Go to Comments in the admin menu, less than a day after the comment
- Note the From <postname>, <some time ago> part
Expected: the <some time ago> part is the difference between the current time and the comment time
Actual: the <some time ago> part is the difference between the current time and the post time
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
The mockups look like the Date column should hold the human time for the comment and that the "From..." should indeed be the human time for the post. We're not doing human time in the Date column. The From... time seems to be right.