* Finish task#45004.

This commit is contained in:
xieqiyu
2021-11-30 19:43:49 +08:00
parent 63b0c9be3c
commit 4c0eb137da
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -397,7 +397,7 @@ class treeModel extends model
{
$branchName = $this->branch->getById($branch);
$branches = array($branch => $branchName);
$extra = array('rootID' => $rootID, 'branch' => $branch);
$extra = $userFunc[1] == 'createTestTaskLink' ? $extra : array('rootID' => $rootID, 'branch' => $branch);
}
$manage = $userFunc[1] == 'createManageLink' ? true : false;