From 15c0a07a93ab15e33190badf5de8381b05a84d0c Mon Sep 17 00:00:00 2001 From: hufangzhou Date: Thu, 16 Mar 2023 16:22:37 +0800 Subject: [PATCH] * Code for bug #32960. --- module/story/model.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/story/model.php b/module/story/model.php index 0d6ad1c629..7d8f7626c5 100644 --- a/module/story/model.php +++ b/module/story/model.php @@ -5276,9 +5276,10 @@ class storyModel extends model echo $story->version; break; case 'actions': - if($tab == 'execution') + if($tab == 'execution' or ($tab == 'project' and isset($_SESSION['multiple']) and empty($_SESSION['multiple']))) { $menuType = 'execution'; + if($storyType == 'requirement') $menuType = 'browse'; } else {