* finish task #4948.

This commit is contained in:
wangyidong
2018-09-27 10:52:54 +08:00
parent f8f85fd857
commit 25c19f97b3
13 changed files with 22 additions and 33 deletions
-1
View File
@@ -2472,7 +2472,6 @@ class bugModel extends model
switch($id)
{
case 'id':
//if($mode == 'table' && $canBatchAction)
if($canBatchAction)
{
echo html::checkbox('bugIDList', array($bug->id => sprintf('%03d', $bug->id)));