diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-08-15 18:03:10 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-11-06 12:25:34 +0000 |
commit | 917be7924e23fd4e0168927f16fa5d6e64ca4508 (patch) | |
tree | 3cdf0924c629df0dab3f6aa592ad556f7999ec4a /perllib/FixMyStreet/Cobrand/Default.pm | |
parent | 660631a3ff063e6378c9838f40c1d9bfa8dcfd43 (diff) |
Remove Show all pins link and on_map_list_limit.
/around will now show all reports all the time, but we are about to
introduce pagination to stop that.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Default.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Default.pm | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Default.pm b/perllib/FixMyStreet/Cobrand/Default.pm index 9e49099aa..ada1058f5 100644 --- a/perllib/FixMyStreet/Cobrand/Default.pm +++ b/perllib/FixMyStreet/Cobrand/Default.pm @@ -437,22 +437,6 @@ sub reports_ordering { return 'updated-desc'; } -=head2 on_map_list_limit - -Return the maximum number of items to be given in the list of reports on the map - -=cut - -sub on_map_list_limit { return undef; } - -=head2 on_map_default_max_pin_age - -Return the default maximum age for pins. - -=cut - -sub on_map_default_max_pin_age { return '6 months'; } - =head2 on_map_default_status Return the default ?status= query parameter to use for filter on map page. |