From 1e0045e69bb5ae0787d207fa9b65163231b737b7 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 23 Nov 2014 13:45:24 +0000 Subject: Removed duplicate element ids. git-svn-id: http://svn.redmine.org/redmine/trunk@13644 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/activities/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/activities/index.html.erb') diff --git a/app/views/activities/index.html.erb b/app/views/activities/index.html.erb index a3654ce29..a3a441154 100644 --- a/app/views/activities/index.html.erb +++ b/app/views/activities/index.html.erb @@ -55,7 +55,7 @@ <% end %> <% if @project && @project.descendants.active.any? %> - <%= hidden_field_tag 'with_subprojects', 0 %> + <%= hidden_field_tag 'with_subprojects', 0, :id => nil %>

<% end %> <%= hidden_field_tag('user_id', params[:user_id]) unless params[:user_id].blank? %> -- cgit v1.2.3