From 249addc8ddaf51e9cd44bfef45681a21204192fa Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Fri, 12 Sep 2025 13:52:35 +0200 Subject: [PATCH] Fix: all collections link not working after moving to turbo frame This is turbo handling the GET form under the hood ignoring the script name --- app/views/filters/menu/collections/_all_option.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/filters/menu/collections/_all_option.html.erb b/app/views/filters/menu/collections/_all_option.html.erb index d5b5ade05..3105f814d 100644 --- a/app/views/filters/menu/collections/_all_option.html.erb +++ b/app/views/filters/menu/collections/_all_option.html.erb @@ -1,4 +1,4 @@ -<% clear_url_path = user_filtering.self_filter_path(user_filtering.as_params.except(:collection_ids)) %> +<% clear_url_path = user_filtering.self_filter_path(user_filtering.as_params.except(:collection_ids), script_name: request.script_name) %> <% if Current.user.collections.many? %>