aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand
diff options
context:
space:
mode:
authorDave Arter <github@davea.me>2016-11-24 17:02:19 +0000
committerDave Arter <github@davea.me>2016-11-24 17:02:19 +0000
commit153e2804eaf462d6a8629aae747ebc722a6f15dc (patch)
tree99ca77d65af970d8f19776b120228beb5a42c309 /perllib/FixMyStreet/Cobrand
parent26da73801462b9612ef4edfe9189b59dbb317c4e (diff)
[Zurich] Fix accidentally hidden category extra fields
Diffstat (limited to 'perllib/FixMyStreet/Cobrand')
-rw-r--r--perllib/FixMyStreet/Cobrand/Default.pm1
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;