aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Admin/Bodies.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2020-05-12 09:16:00 +0100
committerMatthew Somerville <matthew@mysociety.org>2020-05-12 09:16:00 +0100
commit8534d726c54ff5ac130a5b4dda84ff4a2c00482f (patch)
treea865dc79b25426841a2da09b3d0e93e7d1dbcc29 /perllib/FixMyStreet/App/Controller/Admin/Bodies.pm
parent37306b9f6f4cb9b58c5e4a7bdc12e90dff879481 (diff)
parentd1622dc20c1623e3f7fb54d72d99370af796c197 (diff)
Merge branch 'tfl-category-restrictions'
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Admin/Bodies.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Admin/Bodies.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Admin/Bodies.pm b/perllib/FixMyStreet/App/Controller/Admin/Bodies.pm
index 3b99d7e0f..7b060f2ca 100644
--- a/perllib/FixMyStreet/App/Controller/Admin/Bodies.pm
+++ b/perllib/FixMyStreet/App/Controller/Admin/Bodies.pm
@@ -271,7 +271,7 @@ sub update_contact : Private {
$contact->send_method( $c->get_param('send_method') );
# Set flags in extra to the appropriate values
- foreach (qw(photo_required open311_protect updates_disallowed reopening_disallowed)) {
+ foreach (qw(photo_required open311_protect updates_disallowed reopening_disallowed assigned_users_only)) {
if ( $c->get_param($_) ) {
$contact->set_extra_metadata( $_ => 1 );
} else {