This commit is contained in:
孙华伟
2022-02-24 15:08:20 +08:00
parent af6e121c60
commit 890532c727
3 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -818,7 +818,7 @@ class treeModel extends model
$projectProductLink = helper::createLink('projectstory', 'story', "projectID=$rootID&productID=$id&branch=all");
$executionProductLink = helper::createLink('execution', 'story', "executionID=$rootID&ordery=&status=byProduct&praram=$id");
$link = $this->app->rawModule == 'projectstory' ? $projectProductLink : $executionProductLink;
if($productNum > 1) $menu .= "<li>" . html::a($link, $product, '_self', "id='product$id'");
if($productNum > 1) $menu .= "<li>" . html::a($link, $product, '_self', "id='product$id' title=$product");
/* tree menu. */
$tree = '';