* Fix bug #46605.
This commit is contained in:
@@ -525,6 +525,7 @@ detailBody
|
||||
{
|
||||
global $app;
|
||||
$tab = $app->tab == 'product' ? 'project' : $app->tab;
|
||||
if(!$app->tab == 'system') $tab = 'product';
|
||||
return h::li
|
||||
(
|
||||
set::title($build->name),
|
||||
@@ -545,6 +546,7 @@ detailBody
|
||||
global $app;
|
||||
$tab = $app->tab == 'execution' ? 'product' : $app->tab;
|
||||
$releaseModule = $app->tab == 'project' ? 'projectrelease' : 'release';
|
||||
if(!$app->tab == 'system') $tab = 'product';
|
||||
return h::li
|
||||
(
|
||||
set::title($release->name),
|
||||
|
||||
Reference in New Issue
Block a user