* Finish task #62919,#62923,#62924.

This commit is contained in:
daitingting
2022-08-02 07:43:12 +00:00
parent dc14d91320
commit b834dc794f
8 changed files with 67 additions and 18 deletions

View File

@@ -31,6 +31,8 @@ class testtaskModel extends model
$task = fixer::input('post')
->setDefault('build', '')
->setIF($this->config->systemMode == 'new', 'project', $projectID)
->setDefault('createdBy', $this->app->user->account)
->setDefault('createdDate', helper::now())
->stripTags($this->config->testtask->editor->create['id'], $this->config->allowedTags)
->join('mailto', ',')
->join('type', ',')