diff options
author | Dave Arter <davea@mysociety.org> | 2017-01-27 15:29:44 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2017-01-27 15:29:44 +0000 |
commit | 71c3c54ecf260024cfa468a077b17ced5f34a5dd (patch) | |
tree | eabe9feca45926b875127c099c1744e7e2ec05dd /perllib | |
parent | 047044ee8e1c9c8e79182c3a61808bbaa7ccfc9c (diff) |
[Greenwich] Show reports up to 3 months old by default
Diffstat (limited to 'perllib')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Greenwich.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Greenwich.pm b/perllib/FixMyStreet/Cobrand/Greenwich.pm index f51315401..62b0e1fc8 100644 --- a/perllib/FixMyStreet/Cobrand/Greenwich.pm +++ b/perllib/FixMyStreet/Cobrand/Greenwich.pm @@ -57,4 +57,8 @@ sub contact_email { sub reports_per_page { return 20; } +sub on_map_default_max_pin_age { + return '3 month'; +} + 1; |