Bug #6370
closedSEO of userlists when using list changer is invalid
Description
When using the list changer it is a POST of the selected listid, but because of this the SEO doesn't change and you remain on the previous menu items URL causing SEO to be invalid. The list changer should just use JS to do a location change for the browser and properly GET redirect to that userlist.
Updated by krileon almost 7 years ago
This is also an issue for browser back behavior after making a search and navigating to a profile.
Updated by krileon over 6 years ago
- Target version changed from CB 2.2 to CB 2.8
Updated by krileon about 6 years ago
- Status changed from Assigned to Resolved
- Target version changed from CB 2.8 to CB 2.3
- % Done changed from 0 to 100
Fixed in MR !1399
Browser will now properly navigate to the userlists URL instead of just submitting the form. There's no fixing browser back navigation as it's a form being submit like any other search form does. Only way to change that is to change the entire form submit to GET instead of POST, but then the URL is too long and search criteria gets cut off.