Merge branch 'bug_29103' into 'master'

* Fix bug #29103

See merge request easycorp/zentaopms!5946
This commit is contained in:
王怡栋
2022-10-31 06:02:16 +00:00
+1
View File
@@ -224,6 +224,7 @@ class storyModel extends model
->setIF(!in_array($this->post->source, $this->config->story->feedbackSource), 'notifyEmail', '') ->setIF(!in_array($this->post->source, $this->config->story->feedbackSource), 'notifyEmail', '')
->setIF($executionID > 0, 'stage', 'projected') ->setIF($executionID > 0, 'stage', 'projected')
->setIF($bugID > 0, 'fromBug', $bugID) ->setIF($bugID > 0, 'fromBug', $bugID)
->setIF($this->post->assignedTo, 'assignedDate', helper::now())
->join('assignedTo', '') ->join('assignedTo', '')
->join('mailto', ',') ->join('mailto', ',')
->stripTags($this->config->story->editor->create['id'], $this->config->allowedTags) ->stripTags($this->config->story->editor->create['id'], $this->config->allowedTags)