From c7225ac3d61c79c8f3fdaa1ab46d1a57490c7618 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Mon, 28 Mar 2022 17:19:29 +0800 Subject: [PATCH] * Fix bug #14433. --- module/execution/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/execution/control.php b/module/execution/control.php index 726f0e8db9..e8d67e00a7 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -3129,6 +3129,7 @@ class execution extends control foreach($projects as $project) { $executions = zget($executionGroups, $project->id, array()); + if(isset($project->model) and $project->model == 'waterfall') ksort($executions); foreach($executions as $execution) {