From 146559bc2db219403c433146d97b9e14861fe2f7 Mon Sep 17 00:00:00 2001 From: mayue Date: Tue, 15 Nov 2022 13:57:03 +0800 Subject: [PATCH] * Fix bug #29682. --- module/story/view/view.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/story/view/view.html.php b/module/story/view/view.html.php index aab887a7cf..91b29a8998 100644 --- a/module/story/view/view.html.php +++ b/module/story/view/view.html.php @@ -53,7 +53,7 @@ app->rawModule == 'projectstory') + if($this->app->rawModule == 'projectstory' or $this->app->tab == 'project') { $otherParam = "storyID=&projectID={$this->session->project}"; $tab = 'project';