diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-07-11 15:11:58 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-07-12 15:11:52 +0100 |
commit | ab3799ad3e5147f80a60435dfa720eb71eaef8bf (patch) | |
tree | a36fef0a47546a4cfe27786abba0d3bd67c4ffa4 /t/app/controller | |
parent | 58fe7b2c649c29b09338c8ea76314aef29385bf5 (diff) |
Do not store display-only extra fields on reports.
Diffstat (limited to 't/app/controller')
-rw-r--r-- | t/app/controller/report_new_open311.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/app/controller/report_new_open311.t b/t/app/controller/report_new_open311.t index dc9a26791..d2f39f40f 100644 --- a/t/app/controller/report_new_open311.t +++ b/t/app/controller/report_new_open311.t @@ -45,6 +45,7 @@ $mech->create_contact_ok( category => 'Ball lighting', email => '102', extra => { _fields => [ + { description => 'Message', code => 'message', required => 'false', variable => 'false', order => '0' }, { description => 'Size', code => 'size', required => 'True', automated => '' }, { description => 'Speed', code => 'speed', required => 'True', automated => 'server_set' }, { description => 'Colour', code => 'colour', required => 'True', automated => 'hidden_field' }, |