From e04c30fa3b9cd8d08b3131184724e7efa80d90ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=80=A1=E6=A0=8B?= Date: Wed, 16 Nov 2022 11:00:44 +0800 Subject: [PATCH] * fix bug #29733. --- module/project/view/createguide.html.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/module/project/view/createguide.html.php b/module/project/view/createguide.html.php index 8444eea7d5..a26b4a4076 100644 --- a/module/project/view/createguide.html.php +++ b/module/project/view/createguide.html.php @@ -25,7 +25,10 @@ $colClass = $hasWaterfall ? 'col-xs-4' : 'col-xs-6'; ?>
- tab;?> + tab; + if($tab == 'product') $tab = 'project'; + ?>
createLink("project", "create", "model=scrum&programID=$programID©ProjectID=0&extra=productID=$productID,branchID=$branchID"), "", '', "data-app='{$tab}' class='createButton'")?>

project->scrum; ?>