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 @@
-