From 6311a90388cc998c9995c5dcaadce6ece12650aa Mon Sep 17 00:00:00 2001 From: tianshujie98 Date: Mon, 9 Aug 2021 13:57:25 +0800 Subject: [PATCH] * Fix bug #13932. --- module/testtask/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/testtask/control.php b/module/testtask/control.php index 079e646c00..a7e2f92673 100644 --- a/module/testtask/control.php +++ b/module/testtask/control.php @@ -636,6 +636,7 @@ class testtask extends control $this->app->loadLang('execution'); $this->app->loadLang('task'); $this->session->set('caseList', $this->app->getURI(true), 'qa'); + setcookie('taskCaseModule', 0, 0, $this->config->webRoot, '', $this->config->cookieSecure, true); /* Get task and product info, set menu. */ $groupBy = empty($groupBy) ? 'story' : $groupBy;