Opened 2 years ago
Last modified 15 months ago
#15784 new defect (bug)
Contributors can't easily view others' posts in a certain term
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | Administration | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch needs-testing reporter-feedback |
| Cc: | daryl@… |
Description
As a contributor, the default tab is 'Me', not 'All'. But you can go to 'All' and see a list of all posts.
At that time, you can also search for posts, and filter by category, date, etc. Those all work fine. You can also filter by category or tag by clicking a term in those columns, but this doesn't work -- all_posts=1 gets removed, and you end up seeing the 'Me' tab again.
You can manually append all_posts=1, but there's no way to actually filter by term viewing all posts via the UI.
Interestingly, the author query var works. That'd be bad if it didn't. But it doesn't append all_posts=1, so it's done internally.
Attachments (2)
Change History (7)
For the record, this is from our Skype window:
Andrew Nacin: This bug report sounds like I wrote it at 6:30 in the morning: http://core.trac.wordpress.org/ticket/15784 Pete Mall: http://core.trac.wordpress.org/ticket/15784#comment:1
I can't win.
- Cc daryl@… added
- Keywords has-patch needs-testing added
15784.patch seems to resolve this issue by adding all_posts => 1 to the add_query_arg() call if isset( $_REQUESTall_posts? ).

This bug report sounds like you wrote it at 6:30 in the morning... which you did.