* Code for task #69595.

This commit is contained in:
sunguangming
2022-09-21 13:22:17 +08:00
parent 6e607110f2
commit e78b1c4331
3 changed files with 7 additions and 2 deletions
+2 -1
View File
@@ -698,7 +698,8 @@ class bugModel extends model
->add('id', $bugID)
->cleanInt('product,module,severity,project,execution,story,task,branch')
->stripTags($this->config->bug->editor->edit['id'], $this->config->allowedTags)
->setDefault('product,module,execution,story,task,duplicateBug,branch', 0)
->setDefault('module,execution,story,task,duplicateBug,branch', 0)
->setDefault('product', $oldBug->product)
->setDefault('openedBuild', '')
->setDefault('os', '')
->setDefault('browser', '')