diff options
author | Dave Arter <davea@mysociety.org> | 2020-05-07 13:52:59 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2020-05-07 16:05:22 +0100 |
commit | 7cd75c95b5b910b44687b3b478bd0eadbf6f0549 (patch) | |
tree | 4e4e2e274c48ec4fd6553dd8e8455a185cd65da1 | |
parent | cfabb3cfd4474c1c812ed325a068d56bafc43a08 (diff) |
[TfL] Add new pavement overcrowding category
TLRN-only.
For https://github.com/mysociety/fixmystreet-commercial/issues/1883
-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 78b7c271a..da762e386 100644 --- a/perllib/FixMyStreet/Cobrand/TfL.pm +++ b/perllib/FixMyStreet/Cobrand/TfL.pm @@ -486,6 +486,7 @@ sub _tlrn_categories { [ "Mobile Crane Operation", "Other (TfL)", "Pavement Defect (uneven surface / cracked paving slab)", + "Pavement Overcrowding", "Pothole", "Pothole (minor)", "Roadworks", diff --git a/web/cobrands/tfl/assets.js b/web/cobrands/tfl/assets.js index ad58c5c8a..b47769b6f 100644 --- a/web/cobrands/tfl/assets.js +++ b/web/cobrands/tfl/assets.js @@ -64,6 +64,7 @@ var tlrn_categories = [ "Mobile Crane Operation", "Other (TfL)", "Pavement Defect (uneven surface / cracked paving slab)", + "Pavement Overcrowding", "Pothole", "Pothole (minor)", "Roadworks", |