From f25e318ed0d05efa6de248ca00efe3958ca8bbbe Mon Sep 17 00:00:00 2001 From: qiyu-xie Date: Mon, 14 Dec 2020 13:59:32 +0800 Subject: [PATCH] * Modify link. --- module/block/view/scrumoverviewblock.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/block/view/scrumoverviewblock.html.php b/module/block/view/scrumoverviewblock.html.php index 34ade91519..ef2247e940 100644 --- a/module/block/view/scrumoverviewblock.html.php +++ b/module/block/view/scrumoverviewblock.html.php @@ -73,7 +73,7 @@
block->totalBug;?>
- allBugs ? html::a($this->createLink('qa', 'index'), $totalData[$projectID]->allBugs) : 0;?> + allBugs ? html::a($this->createLink('bug', 'browse'), $totalData[$projectID]->allBugs) : 0;?>