* [bug#67031,done,0.2h] fix module tree active error.

This commit is contained in:
tianshujie
2025-11-07 10:52:02 +08:00
parent a458af7fa6
commit 2fa92b3fb7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -239,7 +239,7 @@ if(!$isFromDoc)
moduleMenu
(
set::modules($moduleTree),
set::activeKey($activeKey),
set::activeKey($status == 'byProduct' ? "product-{$activeKey}" : $activeKey),
set::settingLink(createLink('tree', 'browsetask', "rootID=$execution->id&productID=0")),
set::settingApp($execution->multiple ? 'execution' : 'project'),
set::closeLink(createLink('execution', 'task', "executionID={$executionID}")),