From 729115e3f1b94f18d96fa1ca3c98ce3a2c92bfe0 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Fri, 10 May 2024 15:12:08 +0800 Subject: [PATCH] - Remove save tip of sort plan order. --- module/productplan/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/productplan/control.php b/module/productplan/control.php index fc14dbb45f..e68063d007 100644 --- a/module/productplan/control.php +++ b/module/productplan/control.php @@ -516,7 +516,7 @@ class productplan extends control /* Update the story order according to the plan. */ $this->loadModel('story')->sortStoriesOfPlan($planID, $storyIdList, $this->post->orderBy, $this->post->pageID, $this->post->recPerPage); - return $this->sendSuccess(); + return $this->send(array('result' => 'success')); } /**