* adjust for flow with textarea.

This commit is contained in:
z
2020-07-24 08:58:42 +08:00
parent 1003f748d1
commit e3a73fe144
+1
View File
@@ -545,6 +545,7 @@ class storyModel extends model
->setIF($this->post->closedBy != false or $this->post->closedReason != false, 'status', 'closed')
->setIF($this->post->closedReason != false and $this->post->closedBy == false, 'closedBy', $this->app->user->account)
->setIF(!empty($_POST['plan'][0]) and $oldStory->stage == 'wait', 'stage', 'planned')
->stripTags($this->config->story->editor->edit['id'], $this->config->allowedTags)
->join('reviewedBy', ',')
->join('mailto', ',')
->join('linkStories', ',')