* Fix bug#27528.

This commit is contained in:
xieqiyu
2022-09-19 00:19:56 +00:00
parent 494db5c359
commit 104787503b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4273,7 +4273,7 @@ class storyModel extends model
{
$menu .= "<div class='dividing-line'></div>";
}
$menu .= $this->buildMenu('story', 'edit', $params . "&kanbanGroup=default&storyType=$story->type", $story, $type, '', '', 'showinonlybody');
$tab = $this->app->tab == 'project' ? 'project' : 'qa';