diff app/views/versions/_issue_counts.rhtml @ 441:cbce1fd3b1b7 redmine-1.2

Update to Redmine 1.2-stable branch (Redmine SVN rev 6000)
author Chris Cannam
date Mon, 06 Jun 2011 14:24:13 +0100
parents 40f7cfd4df19
children
line wrap: on
line diff
--- a/app/views/versions/_issue_counts.rhtml	Thu Mar 03 11:42:28 2011 +0000
+++ b/app/views/versions/_issue_counts.rhtml	Mon Jun 06 14:24:13 2011 +0100
@@ -19,8 +19,8 @@
                                         :action => 'index',
                                         :project_id => version.project,
                                         :set_filter => 1,
-                                        :fixed_version_id => version,
-                                        "#{criteria}_id" => count[:group]} %>
+                                        :status_id => '*',
+                                        :fixed_version_id => version}.merge("#{criteria}_id".to_sym => count[:group]) %>
         </td>
         <td width="240px">
             <%= progress_bar((count[:closed].to_f / count[:total])*100,