Cuirass search pagination and ordering is broken

  • Done
  • quality assurance status badge
Details
2 participants
  • Mathieu Othacehe
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(name . Bug Guix)(address . bug-guix@gnu.org)
CAEwRq=p9Gk_yt3F60fJG4FxctZQt6maeUvZ8rs1Rs5ZtF2UQgQ@mail.gmail.com
Hello,

there is a problem in the way Cuirass web UI sorts
its results (apparently by oldest to newest, on the
completion time column) it looks like it is doing a
string comparison, where "32 minutes ago" is older
than "37 hours ago". See the attached screenshot.

The "<< < > >>" buttons also act strangely, which
is probably related.

--
Vincent Legoll
Mathieu Othacehe wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45936-done@debbugs.gnu.org)
87ft2zcs6c.fsf@gnu.org
Hello,

Fixed with dea570775064573881dbec0c849fd50ff907c31a.

Thanks,

Mathieu
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45936@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45936
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help