From 97aaafbbc39800e02f54f6df34df0672e1eb291a Mon Sep 17 00:00:00 2001 From: mayue Date: Mon, 17 Oct 2022 09:01:15 +0800 Subject: [PATCH] * Remove ticket from bug. --- 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 70f4ae486c..8d41509077 100644 --- a/module/bug/model.php +++ b/module/bug/model.php @@ -78,7 +78,7 @@ class bugModel extends model ->join('mailto', ',') ->join('os', ',') ->join('browser', ',') - ->remove('files,labels,uid,oldTaskID,contactListMenu,region,lane') + ->remove('files,labels,uid,oldTaskID,contactListMenu,region,lane,ticket') ->get(); if($bug->execution != 0) $bug->project = $this->dao->select('project')->from(TABLE_EXECUTION)->where('id')->eq($bug->execution)->fetch('project');