diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-05-20 13:34:50 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-05-20 13:34:51 +0100 |
commit | 90c85900f37bf9514d9b88344c3e0d6f44e53067 (patch) | |
tree | db01865ce34e171fcdee78455a4f90567d8dbb3c | |
parent | 6f32d86ef7ab202f7d38c1d61c505464162df06a (diff) |
[Buckinghamshire] Add road asset type so no spot.
-rw-r--r-- | web/cobrands/buckinghamshire/assets.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/cobrands/buckinghamshire/assets.js b/web/cobrands/buckinghamshire/assets.js index e3c660562..4ced684fd 100644 --- a/web/cobrands/buckinghamshire/assets.js +++ b/web/cobrands/buckinghamshire/assets.js @@ -382,6 +382,7 @@ fixmystreet.assets.add($.extend(true, {}, defaults, { }, asset_category: "Snow and ice problem/winter salting", asset_item: "road", + asset_type: "road", non_interactive: true, road: true, actions: { |