* Remove the templateID field from the bug module.

This commit is contained in:
qiyu-xie
2020-09-25 15:17:04 +08:00
parent a335a811f7
commit bbe2fb689a
+1 -1
View File
@@ -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. */