aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/FixaMinGata.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2019-02-25 12:18:00 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2019-02-25 12:18:00 +0000
commite481c2fd127c46024b1b15587981dca00eada44c (patch)
tree9b3884e8904e9e63d1b39bea4eae5f9c12009c92 /perllib/FixMyStreet/Cobrand/FixaMinGata.pm
parent7f41c1b26110e18c0068bcd9e209daebe26b6779 (diff)
parentb9e1b1384b11acbd5d9fd51e92eb7278fb6eb43d (diff)
Merge branch 'bugfix/1957'
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/FixaMinGata.pm')
-rw-r--r--perllib/FixMyStreet/Cobrand/FixaMinGata.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixaMinGata.pm b/perllib/FixMyStreet/Cobrand/FixaMinGata.pm
index 9233d479e..d1a1980a7 100644
--- a/perllib/FixMyStreet/Cobrand/FixaMinGata.pm
+++ b/perllib/FixMyStreet/Cobrand/FixaMinGata.pm
@@ -185,4 +185,11 @@ sub always_view_body_contribute_details {
return 1;
}
+# Average responsiveness will only be calculated if a body
+# has at least this many fixed reports.
+# (Used in the Top 5 list in /reports)
+sub body_responsiveness_threshold {
+ return 5;
+}
+
1;