Opened 7 years ago
Closed 7 years ago
#43016 closed defect (bug) (fixed)
Update review filter links in Admin Dashboard (plugins modal window)
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.9.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Plugins | Keywords: | has-patch fixed-major |
Focuses: | Cc: |
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
@
7 years ago
- Component changed from Permalinks to Plugins
- Keywords has-patch added
- Milestone changed from Awaiting Review to 4.9.2
- Owner set to afercia
- Status changed from new to accepted
- Version 4.9.1 deleted
#3
in reply to:
↑ 2
@
7 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. Create #meta3379 for that.
The links should be updated anyway.
Version 0, edited 7 years ago
by
(next)
Note: See
TracTickets for help on using
tickets.
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.