diff --git a/module/story/view/edit.html.php b/module/story/view/edit.html.php index d3bed5546f..ced03a5862 100644 --- a/module/story/view/edit.html.php +++ b/module/story/view/edit.html.php @@ -216,7 +216,8 @@ story->assignedTo;?> - assignedTo, 'class="form-control chosen"');?> + status == 'closed' ? $users + array('closed' => 'Closed') : $users;?> + assignedTo, 'class="form-control chosen"');?>