From 9d957ff7a8873ab84951f32e4813f39b8d71eac9 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 4 Jun 2016 07:18:07 +0000 Subject: [PATCH] Merged r15428 (#22912). git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15437 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 830f408d3..4e2283449 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