aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/Hart.pm
diff options
context:
space:
mode:
authorHakim Cassimally <hakim@mysociety.org>2014-10-10 11:58:54 +0000
committerHakim Cassimally <hakim@mysociety.org>2014-10-10 13:15:57 +0000
commit7b6bab7b6ea82f5ef8afc541b4a19abb48f3f0b2 (patch)
tree8ead232f7bec9a64c43e0db427c93a90aaa62e5e /perllib/FixMyStreet/Cobrand/Hart.pm
parent3c9b7f15dc9ac9231ab88c0242d37704a8bfca52 (diff)
UK. Generic problems_clause for two-tier councils
Replace copy-pasted problems_cause declarations in Hart, Oxfordshire, and East Sussex with a generic override in UKCouncils.pm (as a bonus also overrides Stevenage)
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Hart.pm')
-rw-r--r--perllib/FixMyStreet/Cobrand/Hart.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Hart.pm b/perllib/FixMyStreet/Cobrand/Hart.pm
index adccfce67..185539cb6 100644
--- a/perllib/FixMyStreet/Cobrand/Hart.pm
+++ b/perllib/FixMyStreet/Cobrand/Hart.pm
@@ -10,12 +10,6 @@ sub council_name { return 'Hart Council'; }
sub council_url { return 'hart'; }
sub is_two_tier { return 1; }
-# Different to councils parent due to this being a two-tier council. If we get
-# more, this can be genericised in the parent.
-sub problems_clause {
- return { bodies_str => { like => '%2333%' } };
-}
-
sub disambiguate_location {
my $self = shift;
my $string = shift;