diff --git a/module/story/model.php b/module/story/model.php index 3f5d681686..bf5d1bc64f 100644 --- a/module/story/model.php +++ b/module/story/model.php @@ -1987,6 +1987,7 @@ class storyModel extends model ->add('lastEditedBy', $this->app->user->account) ->add('lastEditedDate', $now) ->add('assignedDate', $now) + ->remove('comment') ->get(); $this->dao->update(TABLE_STORY)->data($story)->autoCheck()->checkFlow()->where('id')->eq((int)$storyID)->exec();