diff --git a/module/task/view/create.html.php b/module/task/view/create.html.php index ffa3b0c4f7..3733a8fbbb 100644 --- a/module/task/view/create.html.php +++ b/module/task/view/create.html.php @@ -85,7 +85,7 @@ task->mailto;?> - mailto), "multiple class='form-control'");?> + acl == 'private' ? $members : $users, str_replace(' ', '', $task->mailto), "multiple class='form-control'");?> diff --git a/module/task/view/edit.html.php b/module/task/view/edit.html.php index 9a37a1e7fa..c675d5351d 100644 --- a/module/task/view/edit.html.php +++ b/module/task/view/edit.html.php @@ -89,7 +89,7 @@ task->mailto;?> - mailto), 'class="form-control" multiple');?> + acl == 'private' ? $members : $users, str_replace(' ' , '', $task->mailto), 'class="form-control" multiple');?>