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');