aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/admin.t
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2017-08-09 16:46:39 +0100
committerStruan Donald <struan@exo.org.uk>2017-08-16 10:42:23 +0100
commitf066a3937216e0cc4dc0413efc8e8f90e79b6066 (patch)
tree46b9dd9d5c71b3ba8b44358e5a2864b33b24f6a1 /t/app/controller/admin.t
parent60b941bc7868c4b0a829f7d497262015d6ab69c4 (diff)
enable body users to report problems anonymously
uses the body user but flags the report as anonymous Fixes #fixmystreetforcouncils/207
Diffstat (limited to 't/app/controller/admin.t')
-rw-r--r--t/app/controller/admin.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/app/controller/admin.t b/t/app/controller/admin.t
index 069e00b5e..075ab0fd0 100644
--- a/t/app/controller/admin.t
+++ b/t/app/controller/admin.t
@@ -1177,6 +1177,7 @@ my %default_perms = (
"permissions[report_inspect]" => undef,
"permissions[report_instruct]" => undef,
"permissions[contribute_as_another_user]" => undef,
+ "permissions[contribute_as_anonymous_user]" => undef,
"permissions[contribute_as_body]" => undef,
"permissions[view_body_contribute_details]" => undef,
"permissions[user_edit]" => undef,