diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-11-29 11:18:33 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-11-29 11:18:33 +0000 |
commit | 8b03c93d0befaac84a588aa4bb03309d1c1a30c6 (patch) | |
tree | f37fb1d82361f4acfd3e4f0dfe80b2fab6f063b8 /perllib/FixMyStreet | |
parent | c2d05c13048a89f930f76ba7d9314235d5face19 (diff) | |
parent | aff43d78c55ce7a659f8e7d0bf28bf483fa33a7b (diff) |
Merge branch 'mysociety-delivery' of git://github.com/Sambruk/fixmystreet
Diffstat (limited to 'perllib/FixMyStreet')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FixaMinGata.pm | 4 |
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; |