From: Jean-Philippe Lang Date: Sat, 28 May 2016 11:31:14 +0000 (+0000) Subject: Preserve from parameter when selecting new activity filters (#22912). X-Git-Tag: 3.4.0~956 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=95bf7fbc375014e942b11a341aeac757663328e8;p=redmine.git 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 --- 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 %>