From af73177431f7b6c70abefaa984fe24bb809a9d0d Mon Sep 17 00:00:00 2001 From: sunguangming Date: Wed, 15 May 2024 16:25:07 +0800 Subject: [PATCH] * Modify code error. --- module/execution/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/execution/control.php b/module/execution/control.php index 6140d8b63d..f38bdfa2ad 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -476,6 +476,7 @@ class execution extends control $this->executionZen->assignCountForStory($executionID, $stories, $storyType); $this->executionZen->assignRelationForStory($execution, $products, $productID, $type, $storyType, $param, $orderBy, $pager); + $this->view->project = $project; $this->display(); }