diff --git a/app/Model/SharingGroup.php b/app/Model/SharingGroup.php index 9c7a42eb5..7245fb9d1 100644 --- a/app/Model/SharingGroup.php +++ b/app/Model/SharingGroup.php @@ -700,7 +700,7 @@ class SharingGroup extends AppModel if ($force) { $sgids = $existingSG['SharingGroup']['id']; $editedSG = $existingSG['SharingGroup']; - $attributes = array('name', 'releasability', 'description', 'created', 'modified', 'active'); + $attributes = ['name', 'releasability', 'description', 'created', 'modified', 'active', 'roaming']; foreach ($attributes as $a) { if (isset($sg[$a])) { $editedSG[$a] = $sg[$a];