diff options
author | Dave Arter <github@davea.me> | 2016-11-24 17:02:19 +0000 |
---|---|---|
committer | Dave Arter <github@davea.me> | 2016-11-24 17:02:19 +0000 |
commit | 153e2804eaf462d6a8629aae747ebc722a6f15dc (patch) | |
tree | 99ca77d65af970d8f19776b120228beb5a42c309 | |
parent | 26da73801462b9612ef4edfe9189b59dbb317c4e (diff) |
[Zurich] Fix accidentally hidden category extra fields
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Default.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Default.pm b/perllib/FixMyStreet/Cobrand/Default.pm index a2ca9f8c1..27111deb2 100644 --- a/perllib/FixMyStreet/Cobrand/Default.pm +++ b/perllib/FixMyStreet/Cobrand/Default.pm @@ -1184,6 +1184,7 @@ Return true if an Open311 service attribute should be a hidden field. sub category_extra_hidden { my ($self, $meta) = @_; + return 0; } 1; |