This commit is contained in:
tianshujie
2024-04-25 14:31:13 +08:00
parent 62a8779806
commit 9ce8dfe3ee
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ sidebar
'activeKey' => $param,
'settingLink' => !$execution->hasProduct && !$execution->multiple ? createLink('tree', 'browse', "rootID={$product->id}&viewType=story") : null,
'closeLink' => $this->createLink('execution', 'story', "executionID={$execution->id}&storyType={$storyType}&orderBy={$orderBy}&type=byModule&param=0"),
'settingApp' => !$execution->hasProduct && !$execution->multiple ? 'project' : ''
'app' => !$execution->hasProduct && !$execution->multiple ? 'project' : ''
)))
);
+1 -1
View File
@@ -112,7 +112,7 @@ sidebar
set::activeKey($moduleID),
set::settingLink(createLink('tree', 'browsetask', "rootID=$execution->id&productID=0")),
set::settingApp($execution->multiple ? 'execution' : 'project'),
set::closeLink(createLink('execution', 'task')),
set::closeLink(createLink('execution', 'task', "executionID={$executionID}")),
set::app($app->tab)
)
);