Opened 9 years ago
Closed 8 years ago
#43016 closed defect (bug) (fixed)
Update review filter links in Admin Dashboard (plugins modal window)
| Reported by: | Darko A7 | Owned by: | afercia |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.9.3 |
| Component: | Plugins | Version: | |
| Severity: | normal | Keywords: | has-patch fixed-major |
| Cc: | Focuses: |
Description
Hi,
- Open a plugin modal window inside WordPress's Admin Dashboard (e.g. through "Add new" plugin > More details or from the list of already installed/available plugins)
- Scroll to reviews section (on the right, below), then click on e.g. 1 star reviews hyperlink, we are redirected to the general review page (e.g. all stars) instead of selected (1 star).
Currently (as of latest 4.9.1) the admin dashboard link is in the form:
https: wordpress.org /support/view/plugin-reviews/product-name?filter=1
And the link on the main wordpress.org website is in the form:
https: wordpress.org /support/plugin/product-name/reviews/?filter=1
This change clearly caused the issue, as the links were changed at some point, but the update is not covered in the modal (popup) section.
Thanks!
Regards
Attachments (1)
Change History (8)
#1
@
9 years ago
- Component Permalinks → Plugins
- Keywords has-patch added
- Milestone Awaiting Review → 4.9.2
- Owner set to
- Status new → accepted
- Version 4.9.1
#3
in reply to: ↑ 2
@
8 years ago
Replying to johnbillion:
Ideally this would be handled as a redirect on w.org.
There is a redirect, but it does not respect the filter parameter. Created #meta3379 for that.
The links should be updated anyway.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Thanks @Darko A7 good catch! 43016.diff updates the link and also removes a trailing space. I'd say it's simple enough for 4.9.2 consideration.