* Fix bug#3692.

This commit is contained in:
qiyu-xie
2020-12-16 15:37:57 +08:00
parent b6fd197901
commit ae5ac873f1
+1 -1
View File
@@ -26,7 +26,7 @@
<th class='w-80px'><?php echo $lang->story->reviewedBy;?></th>
<td class='w-p35-f'>
<div class="input-group">
<?php echo html::select('assignedTo', $users, $story->reviewedBy, 'class="form-control chosen"');?>
<?php echo html::select('reviewedBy', $users, $story->reviewedBy, 'class="form-control chosen"');?>
<?php if(!$this->story->checkForceReview()):?>
<span class="input-group-addon">
<?php echo html::checkbox('needNotReview', $lang->story->needNotReview, '', "id='needNotReview' {$needReview}");?>