aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2019-08-29 13:04:13 +0100
committerMatthew Somerville <matthew@mysociety.org>2019-08-29 13:04:13 +0100
commita5336887af2d62ad0accdb39da3d22192a312c07 (patch)
tree06d9b5f8b8226499c6780c92e84fe42044056417 /t/app/controller
parent76c68d6da913c082206ac3dc070ed7eb5695e388 (diff)
parent027f1b20a4a6b9c9b9e02b2f2b5e83aa49a335df (diff)
Merge branch 'issues/commercial/1514-extra-data-protected'
Diffstat (limited to 't/app/controller')
-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",