From 2b0142580f9c5e0b9dc54d1e338e355b235bb844 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 16 Dec 2006 13:37:32 +0000 Subject: "queries" branch merged git-svn-id: http://redmine.rubyforge.org/svn/trunk@95 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/reports/_simple.rhtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/views/reports/_simple.rhtml') diff --git a/app/views/reports/_simple.rhtml b/app/views/reports/_simple.rhtml index 3be1281c5..778b9cbde 100644 --- a/app/views/reports/_simple.rhtml +++ b/app/views/reports/_simple.rhtml @@ -18,17 +18,17 @@ :controller => 'projects', :action => 'list_issues', :id => @project, :set_filter => 1, "#{field_name}" => row.id, - "status_id" => "O" %> + "status_id" => "o" %> <%= link_to (aggregate data, { field_name => row.id, "closed" => 1 }), :controller => 'projects', :action => 'list_issues', :id => @project, :set_filter => 1, "#{field_name}" => row.id, - "status_id" => "C" %> + "status_id" => "c" %> <%= link_to (aggregate data, { field_name => row.id }), :controller => 'projects', :action => 'list_issues', :id => @project, :set_filter => 1, "#{field_name}" => row.id, - "status_id" => "A" %> + "status_id" => "*" %> <% end %> -- cgit v1.2.3