#26722 closed defect (bug) (fixed)
Quick Draft ignores default comment_status and ping_status
| Reported by: | kovshenin | Owned by: | nacin |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.8.1 |
| Component: | Administration | Version: | 3.8 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
This is a regression introduced in r26144. The old Quick Press save and publish actions both set comment_status and ping_status explicitly before running edit_post(). To reproduce:
- Set default comment status to open in Settings - Discussion
- Create a new draft using Quick Draft
- Edit the newly created draft and see comment status
Attachments (1)
Change History (7)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
26722.diff brings a couple lines back from the
post-quickpress-saveaction topost-quickdraft-save. I don't think modifying the$_POSTsuperglobal is the best solution, but that's what worked before we broke it.