aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Siltberg <git@joesiltberg.se>2019-09-25 10:03:20 +0200
committerJoe Siltberg <git@joesiltberg.se>2019-11-26 10:28:19 +0100
commit0fab232fd05998e4780f9cae483d9f60f1a93d20 (patch)
treecfdc391b35d031fd24a94b4b64768f32cdb2908f
parent801b7657581076c0c32c3389cffbf63ba51be030 (diff)
[FixaMinGata] Configuration of new/changed functionality in v2.6
-rw-r--r--perllib/FixMyStreet/Cobrand/FixaMinGata.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixaMinGata.pm b/perllib/FixMyStreet/Cobrand/FixaMinGata.pm
index d1a1980a7..d1574e1fa 100644
--- a/perllib/FixMyStreet/Cobrand/FixaMinGata.pm
+++ b/perllib/FixMyStreet/Cobrand/FixaMinGata.pm
@@ -192,4 +192,8 @@ sub body_responsiveness_threshold {
return 5;
}
+sub suggest_duplicates { 1 }
+
+sub default_show_name { 1 }
+
1;