diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-04-07 13:36:43 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-04-07 13:50:02 +0100 |
commit | f1d0814c8689d3dff2d6793b13a097568d9518ee (patch) | |
tree | b40d3cf6dba5931e0bba692d2e6f3ead9da491e3 /perllib/FixMyStreet/Cobrand/BathNES.pm | |
parent | 7a6f6b5adbd33bd2b1a9aa4e51120801b270f7aa (diff) |
[UK] Show Highways England categories on cobrands.
Without allowing through the Highways England body, clicking on a
Highways England road in these cobrands would leave no categories
to be selected.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/BathNES.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/BathNES.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/BathNES.pm b/perllib/FixMyStreet/Cobrand/BathNES.pm index dd1b93764..6a4f1c00b 100644 --- a/perllib/FixMyStreet/Cobrand/BathNES.pm +++ b/perllib/FixMyStreet/Cobrand/BathNES.pm @@ -161,7 +161,7 @@ sub categories_restriction { # send_method set to 'Email::BathNES' (to use a custom template) which must # be show on the cobrand. return $rs->search( { -or => [ - 'me.send_method' => undef, # Open311 categories + 'me.send_method' => undef, # Open311 categories, or Highways England 'me.send_method' => '', # Open311 categories that have been edited in the admin 'me.send_method' => 'Email::BathNES', # Street Light Fault 'me.send_method' => 'Blackhole', # Parks categories |