* Fix bug #48433.
This commit is contained in:
@@ -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¶m=0"),
|
||||
'settingApp' => !$execution->hasProduct && !$execution->multiple ? 'project' : ''
|
||||
'app' => !$execution->hasProduct && !$execution->multiple ? 'project' : ''
|
||||
)))
|
||||
);
|
||||
|
||||
|
||||
@@ -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)
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user