* Merge programplan into stage.

This commit is contained in:
tanghucheng
2021-12-03 14:31:47 +08:00
parent 30d1e22dca
commit be4c1f3041
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -60,6 +60,7 @@ class bugModel extends model
->setDefault('openedDate', $now)
->setDefault('project,execution,story,task', 0)
->setDefault('openedBuild', '')
->setDefault('notifyEmail', '')
->setDefault('deadline', '0000-00-00')
->setIF($this->config->systemMode == 'new' && $this->lang->navGroup->bug != 'qa', 'project', $this->session->project)
->setIF(strpos($this->config->bug->create->requiredFields, 'deadline') !== false, 'deadline', $this->post->deadline)