Commit 66eca73f008eb3ef4006ecee8ea9ab61eef9b016
Committed by
João M. M. da Silva
1 parent
a7b1bf8c
Exists in
master
and in
23 other branches
[Mezuro] fixed content_viewer_helper.
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
plugins/mezuro/lib/mezuro_plugin/helpers/content_viewer_helper.rb
| ... | ... | @@ -46,7 +46,7 @@ class MezuroPlugin::Helpers::ContentViewerHelper |
| 46 | 46 | end |
| 47 | 47 | |
| 48 | 48 | def self.format_name(metric_result) |
| 49 | - metric_result.metric.name.delete("() ") | |
| 49 | + metric_result.configuration.metric.name.delete("() ") | |
| 50 | 50 | end |
| 51 | 51 | |
| 52 | 52 | def self.get_license_option(selected) | ... | ... |
plugins/mezuro/test/unit/mezuro_plugin/helpers/content_viewer_helper_test.rb