* Remove the templateID field from the bug module.
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user