From 54097d246dc5964c7d7ed092f8a4817afa364c86 Mon Sep 17 00:00:00 2001 From: sgm0422 <976204163@qq.com> Date: Thu, 16 Jul 2020 09:58:00 +0800 Subject: [PATCH] * Finish task #7460. --- module/webhook/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/webhook/control.php b/module/webhook/control.php index ba01b36270..7ad188d636 100644 --- a/module/webhook/control.php +++ b/module/webhook/control.php @@ -147,6 +147,7 @@ class webhook extends control $this->session->set('bugList', $uri); $this->session->set('caseList', $uri); $this->session->set('testtaskList', $uri); + $this->session->set('todoList', $uri); $this->app->loadClass('pager', $static = true); $pager = new pager($recTotal, $recPerPage, $pageID);