diff options
author | Dave Arter <davea@mysociety.org> | 2016-09-13 17:17:23 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2016-09-20 16:07:32 +0100 |
commit | 9bc2476861811163663b45cac41a2e91273576ed (patch) | |
tree | 26ada3a90213334dfbc1f5e6ef6e6d1e9a800878 /t/app/controller/admin.t | |
parent | b01df0c7609a1d6c008b943a9936d471cf0e0ce3 (diff) |
Add ‘trusted’ flag allowing users to make reports directly
When a trusted user makes a report in a category that requires inspection, it'll
be sent immediately (i.e. without being inspected first).
Diffstat (limited to 't/app/controller/admin.t')
-rw-r--r-- | t/app/controller/admin.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/app/controller/admin.t b/t/app/controller/admin.t index 8c3cde4b7..7ba84b652 100644 --- a/t/app/controller/admin.t +++ b/t/app/controller/admin.t @@ -1165,6 +1165,7 @@ my %default_perms = ( "permissions[template_edit]" => undef, "permissions[responsepriority_edit]" => undef, "permissions[category_edit]" => undef, + trusted_bodies => undef, ); FixMyStreet::override_config { |