* 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
@@ -2489,7 +2489,7 @@ class bugModel extends model
case 'id':
if($canBatchAction)
{
echo html::checkbox('bugIDList', array($bug->id => sprintf('%03d', $bug->id)));
echo html::checkbox('bugIDList', array($bug->id => '')) . html::a(helper::createLink('bug', 'view', "bugID=$bug->id"), sprintf('%03d', $bug->id));
}
else
{