* Fix bug#31656. Modify confirm bug mailto.

This commit is contained in:
xieqiyu
2023-01-18 14:13:46 +08:00
parent 55dae61471
commit df96905ac3
+1
View File
@@ -1061,6 +1061,7 @@ class bugModel extends model
->setDefault('lastEditedBy', $this->app->user->account)
->setDefault('lastEditedDate', $now)
->setDefault('assignedDate', $now)
->setDefault('mailto', '')
->stripTags($this->config->bug->editor->confirmbug['id'], $this->config->allowedTags)
->remove('comment')
->join('mailto', ',')