* Fix bug #23093.
This commit is contained in:
@@ -87,7 +87,6 @@
|
||||
14704 版本关联需求页面默认选中测试完毕的需求
|
||||
14703 发布关联需求页面默认选中测试完毕的需求
|
||||
30544 后台自定义的必填项中Bug提交页面增加所属执行的选项
|
||||
30442 Bug增加转任务的操作功能
|
||||
29842 多人任务支持并行模式
|
||||
29766 已关闭的空间可以进行激活操作
|
||||
29765 已关闭的看板可以进行激活操作
|
||||
|
||||
@@ -245,7 +245,6 @@
|
||||
<th><?php echo $lang->story->assignedTo;?></th>
|
||||
<td><?php if($story->assignedTo) echo zget($users, $story->assignedTo) . $lang->at . $story->assignedDate;?></td>
|
||||
</tr>
|
||||
<?php if(!$checkSuperReviewed):?>
|
||||
<tr>
|
||||
<th><?php echo $lang->story->reviewers;?></th>
|
||||
<td>
|
||||
@@ -260,7 +259,6 @@
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endif;?>
|
||||
<tr>
|
||||
<th><?php echo $lang->story->reviewedDate;?></th>
|
||||
<td><?php if($story->reviewedBy) echo $story->reviewedDate;?></td>
|
||||
|
||||
Reference in New Issue
Block a user