diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-06-11 17:09:14 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-06-11 17:09:14 +0100 |
commit | 1640af532683ef1c698c96c80c642fbcfe76b022 (patch) | |
tree | 4e5ede09d92eafa91e54f5c1222adea3c27a5d24 | |
parent | fa49a5ec148e975d98df1138e0688410cf81d9b3 (diff) | |
parent | 368d1513eca9423edaba3ddff20af2364d54b7c2 (diff) |
Merge branch 'issues/freshdesk/648-tfl-new-category'
-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" |