Merge branch 'master_xieqiyu_56936' into 'master'

* Fix bug#56936.

See merge request easycorp/zentaopms!3965
This commit is contained in:
孙广明
2022-06-16 03:15:51 +00:00
+1 -1
View File
@@ -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
{