diff --git a/views/bootstrap/class.UpdateDocument.php b/views/bootstrap/class.UpdateDocument.php index 8c485c8e8..53ec02b33 100644 --- a/views/bootstrap/class.UpdateDocument.php +++ b/views/bootstrap/class.UpdateDocument.php @@ -409,7 +409,7 @@ console.log(element); $options = array(); foreach ($docAccess["groups"] as $grp) { $option = array($grp->getID(), htmlspecialchars($grp->getName()), null); - if(in_array($grp->getId(), $mreviewers['g']) || !$grp->getUsers()) + if(in_array($grp->getId(), $mreviewers['g'])) $option[] = array(array('disabled', 'disabled'), array('data-subtitle', getMLText('group_is_mandatory_reviewer'))); $options[] = $option; }