From 0976ce4cd565d99e4dbe2727fd517847ea2cb3d5 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Fri, 22 Jul 2022 10:09:27 +0800 Subject: [PATCH] * Fix bug #25567. --- module/story/view/edit.html.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"');?>