* Fix bug#42840.

This commit is contained in:
xieqiyu
2024-01-03 14:47:28 +08:00
parent 63db0186e3
commit d67fd2ff9c
+1 -1
View File
@@ -156,7 +156,7 @@ sidebar
moduleMenu(set(array(
'modules' => $moduleTree,
'activeKey' => $param,
'settingLink' => $execution->hasProduct && !$execution->multiple ? null : createLink('tree', 'browse', "rootID={$execution->project}&viewType=story"),
'settingLink' => !$execution->hasProduct && !$execution->multiple ? createLink('tree', 'browse', "rootID={$execution->project}&viewType=story") : null,
'closeLink' => $this->createLink('execution', 'story', "executionID={$execution->id}&storyType={$storyType}&orderBy={$orderBy}&type=byModule&param=0")
)))
);