diff --git a/module/execution/control.php b/module/execution/control.php index 6ee5dfc713..ec6798016d 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -1973,7 +1973,7 @@ class execution extends control * @access public * @return void */ - public function kanban($executionID, $browseType = 'all', $orderBy = 'id_asc', $groupBy = '') + public function kanban($executionID, $browseType = 'all', $orderBy = 'id_asc', $groupBy = 'default') { if(empty($groupBy)) $groupBy = 'default';