diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-11-23 13:45:24 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-11-23 13:45:24 +0000 |
commit | 1e0045e69bb5ae0787d207fa9b65163231b737b7 (patch) | |
tree | 080f0c4fd01cc79402ed053fb67e862bb5836364 /app/views/activities/index.html.erb | |
parent | e0a034164f3409336f686cfa381da8a5db15c40e (diff) | |
download | redmine-1e0045e69bb5ae0787d207fa9b65163231b737b7.tar.gz redmine-1e0045e69bb5ae0787d207fa9b65163231b737b7.zip |
Removed duplicate element ids.
git-svn-id: http://svn.redmine.org/redmine/trunk@13644 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/activities/index.html.erb')
-rw-r--r-- | app/views/activities/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
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 %> </ul> <% if @project && @project.descendants.active.any? %> - <%= hidden_field_tag 'with_subprojects', 0 %> + <%= hidden_field_tag 'with_subprojects', 0, :id => nil %> <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? %> |