aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/filters/_list.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/filters/_list.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/filters/_list.html.erb
index a09b2851798..b6231d2f023 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/filters/_list.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/filters/_list.html.erb
@@ -96,7 +96,7 @@
<td><% if logged_in? %><%= link_to_favourite(snapshot.project) -%><% end %></td>
<% filter.columns.each do |column| %>
<td class="<%= column_align(column) -%>">
- <% if column.on_metric?
+ <% if column.on_metric? && column.metric
measure = @filter_context.measure(snapshot, column.metric)
%>
<% if column.variation %>