aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Admin.pm
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2018-03-01 12:31:48 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-03-15 14:49:00 +0000
commit8c23490f465fad0089d77ee362c566d066798d09 (patch)
tree91b6c9612f575b3ef68b742deb5f30b89351ce4b /perllib/FixMyStreet/App/Controller/Admin.pm
parent7b790604611322af72ac851ce0935587152d052f (diff)
permit blank updates to be fetched over Open311
Add a per body configuration option to allow Open311 updates to contain only a status change, rather than emitting a warning when this happens.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Admin.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Admin.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Admin.pm b/perllib/FixMyStreet/App/Controller/Admin.pm
index 27792cd9d..c12fdf9b9 100644
--- a/perllib/FixMyStreet/App/Controller/Admin.pm
+++ b/perllib/FixMyStreet/App/Controller/Admin.pm
@@ -446,6 +446,7 @@ sub body_params : Private {
%defaults = ( %defaults,
send_comments => 0,
fetch_problems => 0,
+ blank_updates_permitted => 0,
suppress_alerts => 0,
comment_user_id => undef,
send_extended_statuses => 0,