Opened 16 months ago
#59428 new defect (bug)
Incorrect "Last modified" date for posts other than publish or future status
Reported by: | cadic | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
In the list table, the Date column displays the post date with the prefix:
- Published for published posts
- Scheduled for future posts
- Last modified for all other post statuses
In fact, the post creation date is still displayed after the Last Modified label.
To reproduce:
- Open list of posts
- Pick a post which was published a while ago, remember the date displayed
- Change the post status (Draft or Pending Review)
- In the list of posts, the date remains the same but the label say "Last Modified"
Expected behaviour:
- The last modification date (based on
post_modified
field) is displayed
A significant consequence: when posts are ordered by Date column, the post_date
field is used to order. If we display post_modified
field content in the column, it might be confusing.
Note: See
TracTickets for help on using
tickets.