Opened 18 years ago
Closed 17 years ago
#4528 closed defect (bug) (fixed)
post_modified not set for first save of draft
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.5 | Priority: | normal |
Severity: | normal | Version: | 2.3 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
When a draft is saved for the first time, post_modified is not set. This gives us no way to sort these drafts by "last modified." Any drafts that have had only one save will fall to the back of the line if we're sorting by post_modified DESC
Change History (4)
#1
@
17 years ago
- Milestone changed from 2.3 to 2.4
- Owner changed from anonymous to markjaquith
- Status changed from new to assigned
#3
@
17 years ago
post_modified seems to be set on draft saves now on trunk.
post_date remains empty until published as expected.
I'm not too sure on the Atom feeds comment though? When the Draft is published, the post_modified should be set to the publish time AFAIK, And future modifications to the post will be reflected by the atom feed.
Note: See
TracTickets for help on using
tickets.
Note to self, see what effect this will have on our Atom feeds with regard to modified date.