From 95c868c6cf317c47329b99c0a246fe10d2c70316 Mon Sep 17 00:00:00 2001 From: Catouse Date: Tue, 5 Jan 2021 13:53:17 +0800 Subject: [PATCH] * open program/prjcreate in project group tab. --- module/program/view/createguide.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/program/view/createguide.html.php b/module/program/view/createguide.html.php index 048569da59..b4498297af 100644 --- a/module/program/view/createguide.html.php +++ b/module/program/view/createguide.html.php @@ -17,14 +17,14 @@
- createLink("program", "PRJCreate", "model=scrum&programID=$programID&from=$from"), "")?> + createLink("program", "PRJCreate", "model=scrum&programID=$programID&from=$from"), "", '', 'data-group="project"')?>

program->scrum; ?>

program->scrumTitle; ?>

- createLink("program", "PRJCreate", "model=waterfall&programID=$programID&from=$from"), "")?> + createLink("program", "PRJCreate", "model=waterfall&programID=$programID&from=$from"), "", '', 'data-group="project"')?>

program->waterfall; ?>

program->waterfallTitle; ?>