* Code for task #49888.

This commit is contained in:
zhangzilong
2022-03-07 13:07:52 +08:00
parent 4f5455a114
commit 45ad8dbf96
11 changed files with 146 additions and 7 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ class bugModel extends model
->trim('title')
->join('openedBuild', ',')
->join('mailto', ',')
->remove('files, labels,uid,oldTaskID,contactListMenu')
->remove('files,labels,uid,oldTaskID,contactListMenu,column,kanbanLane')
->get();
if($bug->execution != 0) $bug->project = $this->dao->select('parent')->from(TABLE_EXECUTION)->where('id')->eq($bug->execution)->fetch('parent');