diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-05-28 11:31:14 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-05-28 11:31:14 +0000 |
commit | 95bf7fbc375014e942b11a341aeac757663328e8 (patch) | |
tree | 8319cc2635a5759c0c9aefeca03268a54a519712 /app/views/activities | |
parent | 016d79fa30cadfccd96d3ef659a7678fba132aa0 (diff) | |
download | redmine-95bf7fbc375014e942b11a341aeac757663328e8.tar.gz redmine-95bf7fbc375014e942b11a341aeac757663328e8.zip |
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
Diffstat (limited to 'app/views/activities')
-rw-r--r-- | app/views/activities/index.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ <p><label><%= check_box_tag 'with_subprojects', 1, @with_subprojects %> <%=l(:label_subproject_plural)%></label></p> <% end %> <%= hidden_field_tag('user_id', params[:user_id]) unless params[:user_id].blank? %> +<%= hidden_field_tag('from', params[:from]) unless params[:from].blank? %> <p><%= submit_tag l(:button_apply), :class => 'button-small', :name => 'submit' %></p> <% end %> <% end %> |