From 2253d59efa4be9342e313c154c123c4d7372741b Mon Sep 17 00:00:00 2001 From: liuruogu Date: Thu, 22 Sep 2022 02:07:58 +0000 Subject: [PATCH] * Fix bug for menu light. --- module/story/view/view.html.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/module/story/view/view.html.php b/module/story/view/view.html.php index d2046cf814..15f43eff7a 100644 --- a/module/story/view/view.html.php +++ b/module/story/view/view.html.php @@ -58,6 +58,10 @@ $otherParam = "storyID=&projectID={$this->session->project}"; $tab = 'project'; } + else if($this->app->rawModule == 'execution') + { + $tab = 'execution'; + } ?> product}&branch={$story->branch}&moduleID={$story->module}&$otherParam&bugID=0&planID=0&todoID=0&extra=&type=$story->type", " " . $lang->story->create, '', "class='btn btn-primary' data-app='$tab'"); ?>