From b078639a5cf9af297501a59e9d195c86ca952c7b 2016-06-04 07:16:37 From: Jean-Philippe Lang Date: 2016-06-04 07:16:37 Subject: [PATCH] Merged r15428 (#22912). git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@15436 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/activities/index.html.erb b/app/views/activities/index.html.erb index 58664d1..c191ccb 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 %>