Merge branch 'app_zry' into 'master'
* Fix bug 21353. See merge request easycorp/zentaopms!2697
This commit is contained in:
@@ -22,7 +22,7 @@ class storyAssignToEntry extends Entry
|
||||
{
|
||||
$story = $this->loadModel('story')->getByID($storyID);
|
||||
|
||||
$fields = 'assignedTo';
|
||||
$fields = 'assignedTo,comment';
|
||||
$this->batchSetPost($fields);
|
||||
|
||||
$control = $this->loadController('story', 'assignTo');
|
||||
|
||||
Reference in New Issue
Block a user