From 9bc2476861811163663b45cac41a2e91273576ed Mon Sep 17 00:00:00 2001 From: Dave Arter Date: Tue, 13 Sep 2016 17:17:23 +0100 Subject: =?UTF-8?q?Add=20=E2=80=98trusted=E2=80=99=20flag=20allowing=20use?= =?UTF-8?q?rs=20to=20make=20reports=20directly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When a trusted user makes a report in a category that requires inspection, it'll be sent immediately (i.e. without being inspected first). --- t/app/controller/admin.t | 1 + 1 file changed, 1 insertion(+) (limited to 't/app/controller/admin.t') 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 { -- cgit v1.2.3