From 83632f916d2839a979af22cfeb5eb7608e67cd8f Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Tue, 8 Feb 2022 09:01:19 +0800 Subject: [PATCH] * Fix bug #19269. --- module/execution/view/taskkanban.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/view/taskkanban.html.php b/module/execution/view/taskkanban.html.php index 092be4cb63..3dbcb5e0b2 100644 --- a/module/execution/view/taskkanban.html.php +++ b/module/execution/view/taskkanban.html.php @@ -34,7 +34,7 @@
createLink('task', 'export', "execution=$executionID&orderBy=$orderBy&type=kanban"); + $link = $this->createLink('task', 'export', "execution=$executionID&orderBy=$orderBy&type=unclosed"); if(common::hasPriv('task', 'export')) echo html::a($link, " " . $lang->export, '', "class='btn btn-link iframe export' data-width='700'"); ?>