issue: ordered overview including closed tickets
authorMischa POSLAWSKY <perl@shiar.org>
Fri, 16 Apr 2021 14:20:46 +0000 (16:20 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 28 Sep 2021 16:45:52 +0000 (18:45 +0200)
Especially broken timeline with many open tickets.

issue/index.php

index 9a35df87f97546ae44a4007fef9888b55744d3b1..35a1116b153b72cd26de0973b8e64842ecc5dad3 100644 (file)
@@ -75,7 +75,7 @@ $sql = "SELECT $cols FROM issues i WHERE page = ?";
 if (isset($_GET['open'])) {
        $sql .= ' AND closed IS NULL';
 }
-$sql .= ' ORDER BY closed IS NOT NULL, updated DESC';
+$sql .= ' ORDER BY updated DESC';
 $query = $Db->query($sql, [$Page->handler]);
 
 if ($id == 'feed') {