Merge branch 'bug_29103' into 'master'
* Fix bug #29103 See merge request easycorp/zentaopms!5946
This commit is contained in:
@@ -224,6 +224,7 @@ class storyModel extends model
|
||||
->setIF(!in_array($this->post->source, $this->config->story->feedbackSource), 'notifyEmail', '')
|
||||
->setIF($executionID > 0, 'stage', 'projected')
|
||||
->setIF($bugID > 0, 'fromBug', $bugID)
|
||||
->setIF($this->post->assignedTo, 'assignedDate', helper::now())
|
||||
->join('assignedTo', '')
|
||||
->join('mailto', ',')
|
||||
->stripTags($this->config->story->editor->create['id'], $this->config->allowedTags)
|
||||
|
||||
Reference in New Issue
Block a user