From bbe2fb689ad1a80a3859f3d72b3f6a460323047d Mon Sep 17 00:00:00 2001 From: qiyu-xie Date: Fri, 25 Sep 2020 15:15:33 +0800 Subject: [PATCH] * Remove the templateID field from the bug module. --- 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 fbf5850f7a..e810a07754 100644 --- a/module/bug/model.php +++ b/module/bug/model.php @@ -162,7 +162,7 @@ class bugModel extends model ->cleanInt('product,project,module,severity') ->join('openedBuild', ',') ->join('mailto', ',') - ->remove('files, labels,uid,oldTaskID,contactListMenu') + ->remove('files, labels,uid,oldTaskID,contactListMenu,templateID') ->get(); /* Check repeat bug. */