From e2361820ba8f1629ab28789fc22c66ba3d4c76b4 Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Thu, 16 Jun 2022 11:13:17 +0800 Subject: [PATCH] * Fix bug#56936. --- module/bug/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {