From 4bee296ceea919ee9dfc4d90b03e184e79389a45 Mon Sep 17 00:00:00 2001 From: rkh Date: Wed, 14 Jul 2010 09:44:14 +0000 Subject: [PATCH] display issue correctly git-svn-id: https://dev.finn.de/svn/cockpit/branches/reporting_merge@1383 7926756e-e54e-46e6-9721-ed318f58905e --- app/helpers/reporting_helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/helpers/reporting_helper.rb b/app/helpers/reporting_helper.rb index 2312bc8468..a5d160da5c 100644 --- a/app/helpers/reporting_helper.rb +++ b/app/helpers/reporting_helper.rb @@ -53,6 +53,7 @@ module ReportingHelper when :category_id then IssueCategory.find(value.to_i).name when :cost_type_id then CostType.find(value.to_i).name when :cost_object then CostObject.find(value.to_i).subject + when :issue_id then link_to_issue Issue.find(value.to_i) else "??? #{key}: #{value.inspect} ???" end end