aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/admin/reportextrafields.t
diff options
context:
space:
mode:
Diffstat (limited to 't/app/controller/admin/reportextrafields.t')
-rw-r--r--t/app/controller/admin/reportextrafields.t6
1 files changed, 6 insertions, 0 deletions
diff --git a/t/app/controller/admin/reportextrafields.t b/t/app/controller/admin/reportextrafields.t
index e02df864f..6011b13e3 100644
--- a/t/app/controller/admin/reportextrafields.t
+++ b/t/app/controller/admin/reportextrafields.t
@@ -78,6 +78,7 @@ FixMyStreet::override_config {
code => "string_test",
required => "true",
variable => "true",
+ protected => "false",
description => "this is a test description",
datatype_description => "hint here",
datatype => "string",
@@ -106,6 +107,7 @@ FixMyStreet::override_config {
code => "list_test",
required => "false",
variable => "true",
+ protected => "false",
description => "this field is a list",
datatype_description => "",
datatype => "singlevaluelist",
@@ -142,6 +144,7 @@ FixMyStreet::override_config {
description => '',
required => 'false',
variable => 'true',
+ protected => 'false',
code => 'POT',
automated => 'server_set'
} ], "automated fields not unset";
@@ -177,6 +180,7 @@ FixMyStreet::override_config {
code => "string_test",
required => "true",
variable => "true",
+ protected => "false",
description => "this is a test description",
datatype_description => "hint here",
datatype => "string",
@@ -204,6 +208,7 @@ FixMyStreet::override_config {
code => "list_test",
required => "false",
variable => "true",
+ protected => "false",
description => "this field is a list",
datatype_description => "",
datatype => "singlevaluelist",
@@ -233,6 +238,7 @@ FixMyStreet::override_config {
code => "automated_test",
required => "false",
variable => "true",
+ protected => "false",
description => "",
datatype_description => "",
datatype => "string",