From 982cc38e5f6473789522e3b2a41b34f4a6810552 Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Wed, 16 Nov 2022 16:15:26 +0800 Subject: [PATCH] * Fix bug#29540. --- module/story/control.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/story/control.php b/module/story/control.php index a03fd85b48..a9beabac45 100755 --- a/module/story/control.php +++ b/module/story/control.php @@ -2025,6 +2025,8 @@ class story extends control */ public function batchToTask($executionID = 0, $projectID = 0) { + if($this->app->tab == 'execution' and $executionID) $this->loadModel('execution')->setMenu($executionID); + if(!empty($_POST['name'])) { $response['result'] = 'success';