diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-06-11 16:42:34 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-06-11 16:42:34 +0100 |
commit | 368d1513eca9423edaba3ddff20af2364d54b7c2 (patch) | |
tree | 9500c9301c8931cad53365e55e0d401eceb2a91a | |
parent | 4351c0db779cab43566392e994f2323d57af3148 (diff) |
[TfL] Add new Streetspace category, TLRN-only.
-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 da762e386..c37b9a0e5 100644 --- a/perllib/FixMyStreet/Cobrand/TfL.pm +++ b/perllib/FixMyStreet/Cobrand/TfL.pm @@ -494,6 +494,7 @@ sub _tlrn_categories { [ "Single Light out (street light)", "Standing water", "Street Light - Equipment damaged, pole leaning", + "Streetspace Suggestions and Feedback", "Unstable hoardings", "Unstable scaffolding", "Worn out road markings", diff --git a/web/cobrands/tfl/assets.js b/web/cobrands/tfl/assets.js index b47769b6f..9eb197da8 100644 --- a/web/cobrands/tfl/assets.js +++ b/web/cobrands/tfl/assets.js @@ -72,6 +72,7 @@ var tlrn_categories = [ "Single Light out (street light)", "Standing water", "Street Light - Equipment damaged, pole leaning", + "Streetspace Suggestions and Feedback", "Unstable hoardings", "Unstable scaffolding", "Worn out road markings" |