This commit is contained in:
hufangzhou
2023-09-05 00:53:41 +00:00
parent b67bd8f284
commit f11888c5f2
+1 -1
View File
@@ -6771,7 +6771,7 @@ class storyModel extends model
foreach($stories as $story)
{
$menuType = 'browse';
if(($tab == 'execution' || ($tab == 'project' and $this->session->multiple)) && $storyType == 'story') $menuType = 'execution';
if(($tab == 'execution' || ($tab == 'project' and !$this->session->multiple)) && $storyType == 'story') $menuType = 'execution';
if(!empty($branchOptions)) $branches = zget($branchOptions, $story->product, array());
$story->estimateNum = $story->estimate;;