diff --git a/app/views/versions/index.html.erb b/app/views/versions/index.html.erb index 622da4c..9f150bd 100644 --- a/app/views/versions/index.html.erb +++ b/app/views/versions/index.html.erb @@ -19,7 +19,7 @@ <%= l(:label_related_issues) %> <% issues.each do |issue| -%> - <%= check_box_tag 'ids[]', issue.id %> + <%= check_box_tag 'ids[]', issue.id, false, :id => nil %> <%= link_to_issue(issue, :project => (@project != issue.project)) %> <% end -%>