Opened 3 years ago
#59428 new defect (bug)
Incorrect "Last modified" date for posts other than publish or future status
| Reported by: | cadic | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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_modifiedfield) 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)