* [task#126854,done,0.2h] adjust story edit api data.

This commit is contained in:
caoyanyi
2024-08-22 14:20:02 +08:00
committed by 李阳
parent 16562d94a1
commit 80e4f7e5b2
+1 -1
View File
@@ -96,7 +96,7 @@ class storyEntry extends entry
$oldStory = $this->loadModel('story')->getByID($storyID);
/* Set $_POST variables. */
$fields = 'title,product,parent,reviewer,type,plan,module,source,sourceNote,category,pri,estimate,mailto,keywords,uid,stage,notifyEmail';
$fields = 'title,product,parent,reviewer,type,plan,module,source,sourceNote,category,pri,estimate,mailto,keywords,uid,stage,notifyEmail,status';
$this->batchSetPost($fields, $oldStory);
$control = $this->loadController('story', 'edit');