Ticket #332 (closed defect: fixed)
Monolith's "Manage %s" doesn't show draft pages or entries
| Reported by: | lildude | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.5 |
| Component: | Habari Core Software | Version: | SVN |
| Keywords: | monolith admin manage draft | Cc: |
Description
Monolith's "Manage %s" doesn't show draft pages or entries - only published entries.
One possible "solution" is to append "&status=all" to the URL::get() in system/classes/adminhandler.php. (Patch attached).
Warning, I've not tested this with a lot of posts, so I don't know how well this will scale, but it works with a few entries.
Attachments
Change History
comment:1 Changed 4 years ago by bjohnson
This patch will work, but we would like to do something more general where returned entry type is determined by the search field, so that you can do type:draft, for example. I am working on implementing this.
comment:2 Changed 4 years ago by dmondark
This is also applicable on managing comments. The only access to the unapproved comments is with the dashboard link and there is no link to show spam comments (?search_status=2). Implementing the search search field is good and handy, but I'd suggest an even more friendly way, e.g. have 3 checkbox (approved, unapproved, and spam for comments, and published and draft for entries) somewhere within the header container of the "manage" layout?

