The "show reset link" functionality works properly with the query_string url processor, but not with the pretty paths one.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | show_reset_link_when_pretty_path_is_active-3079451-3.patch | 543 bytes | monymirza |
| #2 | show_reset_link_do_not_work_when_pretty_path_is_active-3079451-2.patch | 543 bytes | nanak |
Comments
Comment #2
nanakWhen pretty path is on, the facets_query route parameter is not empty, and the url of the show reset link is the same than the current page.
Emptying this parameter when the url is built seems to fix the issue.
Comment #3
monymirzare-roll dev.
Comment #4
baluertl@nanak thanks for the patch and @monymirza for rerolling. Now tested, patch solves the problem described. Marking as RTBC.
Comment #5
mellowtothemax commentedPatch works for me too
Comment #7
borisson_Duplicate of #3154859, ensuring that andreas gets credit here as well.
Comment #9
borisson_Committed and pushed.
Comment #11
mark_fullmerNote the result of this change as described in #3427723: What is ?facets_query= in the URL? and how to remove?. Should that be addressed, or should we consider this works as designed?