diff options
author | Dave Arter <davea@mysociety.org> | 2020-01-09 15:30:39 +0000 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2020-01-09 15:30:59 +0000 |
commit | 87c1aec7449943ab79b0c28b4cece20daf275064 (patch) | |
tree | 47d3dcb9897ab424b49b08e919291d74c1992b2c | |
parent | a6d96cf65a7fa02a72b8e7de59313d67fa29bef5 (diff) |
[TfL] Limit new ‘Pothole (minor)’ category to red routes
-rw-r--r-- | perllib/FixMyStreet/Cobrand/TfL.pm | 1 | ||||
-rw-r--r-- | web/cobrands/tfl/assets.js | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/TfL.pm b/perllib/FixMyStreet/Cobrand/TfL.pm index 9dce32d2d..4031fb0b1 100644 --- a/perllib/FixMyStreet/Cobrand/TfL.pm +++ b/perllib/FixMyStreet/Cobrand/TfL.pm @@ -434,6 +434,7 @@ sub _tlrn_categories { [ "Other (TfL)", "Pavement Defect (uneven surface / cracked paving slab)", "Pothole", + "Pothole (minor)", "Roadworks", "Scaffolding blocking carriageway or footway", "Single Light out (street light)", diff --git a/web/cobrands/tfl/assets.js b/web/cobrands/tfl/assets.js index ca712934b..15a0f4933 100644 --- a/web/cobrands/tfl/assets.js +++ b/web/cobrands/tfl/assets.js @@ -67,6 +67,7 @@ var tlrn_categories = [ "Other (TfL)", "Pavement Defect (uneven surface / cracked paving slab)", "Pothole", + "Pothole (minor)", "Roadworks", "Scaffolding blocking carriageway or footway", "Single Light out (street light)", |