diff options
author | Struan Donald <struan@exo.org.uk> | 2018-10-05 11:40:13 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2018-10-09 11:17:07 +0100 |
commit | f738e18d1dc27aa1dbba0695a4d54d15ecd4cbf4 (patch) | |
tree | 1d2a6d90a5cdbaca03620a163a1b28c485e7706e /perllib | |
parent | 27040e8daa033d68d1e8eb0cf30fc0d854443af0 (diff) |
[FixMyStreet] add subcategories to fixture and enable for demo
The fixture script now generates subcategories so we need to turn these
on in the Borsetshire demo site so the categories make sense.
Diffstat (limited to 'perllib')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Borsetshire.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Borsetshire.pm b/perllib/FixMyStreet/Cobrand/Borsetshire.pm index d9b018d69..44a4a9162 100644 --- a/perllib/FixMyStreet/Cobrand/Borsetshire.pm +++ b/perllib/FixMyStreet/Cobrand/Borsetshire.pm @@ -31,4 +31,6 @@ sub send_questionnaires { sub bypass_password_checks { 1 } +sub enable_category_groups { 1 } + 1; |