* Finish task #5092.

This commit is contained in:
Yagami
2018-11-09 15:05:24 +08:00
parent 71204f5c36
commit 394df4295f
13 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -78,7 +78,7 @@
<tr>
<td class='cell-id'>
<?php if($canBatchAssignTo):?>
<?php echo html::checkbox('bugIDList', array($bug->id => sprintf('%03d', $bug->id)));?>
<?php echo html::checkbox('bugIDList', array($bug->id => '')) . html::a(helper::createLink('bug', 'view', "bugID=$bug->id"), sprintf('%03d', $bug->id));?>
<?php else:?>
<?php printf('%03d', $bug->id);?>
<?php endif;?>