From f8cb02016b3d7c602ee4348a35cc5573b02738ad Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Mon, 30 Aug 2021 11:07:24 +0800 Subject: [PATCH] * Adjust locate link for project at program kanban. --- module/program/view/kanban.html.php | 6 +++--- module/project/view/kanban.html.php | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/module/program/view/kanban.html.php b/module/program/view/kanban.html.php index 53dd3be244..42523ec38f 100644 --- a/module/program/view/kanban.html.php +++ b/module/program/view/kanban.html.php @@ -58,7 +58,7 @@
- createLink('project', 'view', "projectID=$project->id"), $project->name);?> + createLink('project', 'index', "projectID=$project->id"), $project->name);?>
@@ -74,7 +74,7 @@
>
- createLink('project', 'view', "projectID=$project->id"), $project->name);?> + createLink('project', 'index', "projectID=$project->id"), $project->name);?>
@@ -92,7 +92,7 @@
>
- createLink('execution', 'view', "executionID={$project->execution->id}"), $project->execution->name);?> + createLink('execution', 'task', "executionID={$project->execution->id}"), $project->execution->name);?>
diff --git a/module/project/view/kanban.html.php b/module/project/view/kanban.html.php index 1aa196ae44..0a9766b567 100644 --- a/module/project/view/kanban.html.php +++ b/module/project/view/kanban.html.php @@ -18,7 +18,7 @@ $projectGroup):?> - +
@@ -137,7 +137,6 @@
-