Merge branch 'sprint/daitingting_fix_story_assign' into 'master'
* Remove comment field of story. See merge request easycorp/zentaopms!3324
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user