From 00d9bc4d7fe2ea2dcfadbaf2ffb89eb8da39fca7 Mon Sep 17 00:00:00 2001 From: liyuchun Date: Tue, 9 Nov 2021 17:22:42 +0800 Subject: [PATCH] * Sort execution kanban. --- module/execution/control.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/execution/control.php b/module/execution/control.php index 03b074ab0a..1e7c5df296 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -1953,7 +1953,6 @@ class execution extends control if(empty($kanbanGroup[$projectID])) continue; $projectCount++; } - krsort($kanbanGroup); $this->view->title = $this->lang->execution->executionKanban; $this->view->kanbanGroup = empty($myExecutions) ? $kanbanGroup : array($myExecutions) + $kanbanGroup;