diff --git a/module/bug/model.php b/module/bug/model.php index 0a1d1c5151..c704fe2b6a 100644 --- a/module/bug/model.php +++ b/module/bug/model.php @@ -3087,7 +3087,7 @@ class bugModel extends model case 'id': if($canBatchAction) { - echo html::checkbox('bugIDList', array($bug->id => '')) . html::a(helper::createLink('bug', 'view', "bugID=$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), '', "data-app='{$this->app->tab}'"); } else {