From 80e4f7e5b22bf35eb77abbc075f7e02d90dee423 Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Thu, 22 Aug 2024 14:12:00 +0800 Subject: [PATCH] * [task#126854,done,0.2h] adjust story edit api data. --- api/v1/entries/story.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1/entries/story.php b/api/v1/entries/story.php index c3bc801424..ac62b3fac2 100644 --- a/api/v1/entries/story.php +++ b/api/v1/entries/story.php @@ -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');