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'"); ?>