From: Ross Burton <ross.bur...@arm.com>

The default sorting was based on the list of seen times, but it should
be based on the latest seen time.

Signed-off-by: Ross Burton <ross.bur...@arm.com>
---
 scripts/abint/abint.html.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/abint/abint.html.j2 b/scripts/abint/abint.html.j2
index f531649d..580a4a35 100644
--- a/scripts/abint/abint.html.j2
+++ b/scripts/abint/abint.html.j2
@@ -56,7 +56,7 @@
         </tr>
       </thead>
       <tbody>
-        {% for bug in bugs|sort(attribute="seen", reverse=True) %}
+        {% for bug in bugs|sort(attribute="latest", reverse=True) %}
         <tr>
           <th scope="row"><a 
href="http://bugzilla.yoctoproject.org/{{bug.id}}";>{{bug.id}}</a></th>
           <td>
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#62697): https://lists.yoctoproject.org/g/yocto/message/62697
Mute This Topic: https://lists.yoctoproject.org/mt/104791157/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to