-
-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dashboard - Top 5 Search Terms link issue #1917
Conversation
Dashboard - Top 5 Search Terms link issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and worked.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested, working well.
This PR solves the isssue reported here
…t-alt-tag Recently Viewed Products block - No alt tag value
@addison74 be careful with the source branches for the PRs, this one contained also the changes from #1920 I still merged it, as we already merged the other one |
I know that but I did not want to close this PR. I will try to avoid such mistake in the future. |
Go to Dashboard page in Backend and take a look to the following blocks Last 5 Search Terms and Top 5 Search Terms.
Now place your mouse pointer over a search term in Last 5 Search Terms list and take a look to the URL. Here is the link in my case https://www.mydomain.tld/index.php/admin/catalog_search/edit/id/41/key/5874688c27ec9781d42bacfd92420f0e/
Now place your mouse pointer over a search term in Top 5 Search Terms list and take a look to the URL. Here is the link in my case https://www.mydomain.tld/index.php/admin/catalog_search/edit/key/5874688c27ec9781d42bacfd92420f0e/
The last link has an issue. Comparing with the first one which redirects correctly to edit the search term this one is opening the page to create a new search query not editing the search term. This is happening because the link has missing two parameters id and id_number between /edit/ ... /key/
This PR fixes this issues and closes issue #1310 .