From 62b9d826794cf72bba0a4cbe2cf1f9ba326d203b Mon Sep 17 00:00:00 2001 From: tianshujie Date: Fri, 14 Jan 2022 13:53:04 +0800 Subject: [PATCH] * Modify default value. --- module/execution/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';