Opened 10 years ago
Closed 9 years ago
#2938 closed defect (bug) (fixed)
Append `&view=all` to trashed, pending, and spam statuses topic and reply links
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.6 | Priority: | high |
| Severity: | major | Version: | |
| Component: | Component - Any/All | Keywords: | needs-patch |
| Cc: |
Description
With the introduction of "pending" topics and replies when attempting to navigate to these posts from the back end by default the topic or reply is not viable, they need &view=all appened to the "View" row action link.
A Pending Topic as seen from the topics back end
- Current "View" row action URL:
http://example.com/?post_type=topic&p=12 - This should have
&view=allappended,http://example.com/?post_type=topic&p=12&view=all
A Pending Reply as seen from the replies back end
- Current "View" row action URL:
http://example.com/forums/topic/2934/#post-28 - This should have
&view=allappended,http://example.com/forums/topic/2934/#post-28&view=all
In the image on the left is without &view=all and on the right includes &view=all

Similar behaviour is seen when the topic or reply is trashed or spammed.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Related: #meta2134 #meta1984