diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-01-21 10:40:05 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-01-21 10:40:05 +0000 |
commit | ccbab6a38132db50d7a2cd434e6a8c5caf1bb859 (patch) | |
tree | c73af40486be9ee5ba0fd4233f0db31bd5d8ba4a | |
parent | 2d361666bb01d643a1f270fe71ac9ddc61af8013 (diff) |
[TfL] Add new TLRN street light 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 1449a9614..5183e00c9 100644 --- a/perllib/FixMyStreet/Cobrand/TfL.pm +++ b/perllib/FixMyStreet/Cobrand/TfL.pm @@ -489,6 +489,7 @@ sub _tlrn_categories { [ "Scaffolding blocking carriageway or footway", "Single Light out (street light)", "Standing water", + "Street Light - Equipment damaged, pole leaning", "Unstable hoardings", "Unstable scaffolding", "Worn out road markings", diff --git a/web/cobrands/tfl/assets.js b/web/cobrands/tfl/assets.js index 15a0f4933..ccfaad321 100644 --- a/web/cobrands/tfl/assets.js +++ b/web/cobrands/tfl/assets.js @@ -72,6 +72,7 @@ var tlrn_categories = [ "Scaffolding blocking carriageway or footway", "Single Light out (street light)", "Standing water", + "Street Light - Equipment damaged, pole leaning", "Unstable hoardings", "Unstable scaffolding", "Worn out road markings" |