From 95bf7fbc375014e942b11a341aeac757663328e8 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 28 May 2016 11:31:14 +0000 Subject: [PATCH] Preserve from parameter when selecting new activity filters (#22912). Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@15428 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/activities/index.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/activities/index.html.erb b/app/views/activities/index.html.erb index 58664d1cf..c191ccba5 100644 --- a/app/views/activities/index.html.erb +++ b/app/views/activities/index.html.erb @@ -61,6 +61,7 @@

<% end %> <%= hidden_field_tag('user_id', params[:user_id]) unless params[:user_id].blank? %> +<%= hidden_field_tag('from', params[:from]) unless params[:from].blank? %>

<%= submit_tag l(:button_apply), :class => 'button-small', :name => 'submit' %>

<% end %> <% end %> -- 2.39.5