[Bug 14299] New: Today's checkouts not always sorting correctly
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14299 Bug ID: 14299 Summary: Today's checkouts not always sorting correctly Change sponsored?: --- Product: Koha Version: 3.18 Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: kyle@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com Sometimes the today's checkouts do not sort correctly. This is due to a simple type in the comparison line where the bad key 'timstamp' is compared against the correct key 'timestamp'. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14299 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14299 --- Comment #1 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 39687 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39687&action=edit Bug 14299 - Today's checkouts not always sorting correctly Sometimes the today's checkouts do not sort correctly. This is due to a simple type in the comparison line where the bad key 'timstamp' is compared against the correct key 'timestamp'. Test Plan: 1) Check out a decent number of items in a row ( 5+ ) 2) Hopefully you will see they are sorted incorrectly 3) Apply this patch 4) Reload the page 5) Note they are now sorted correctly -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14299 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |kyle@bywatersolutions.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14299 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14299 --- Comment #2 from Kyle M Hall <kyle@bywatersolutions.com> --- There is a typo in my description ; ) I wrote 'type' instead of 'typo'. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14299 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #39687|0 |1 is obsolete| | --- Comment #3 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 39688 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39688&action=edit Bug 14299 - Today's checkouts not always sorting correctly Sometimes the today's checkouts do not sort correctly. This is due to a simple typo in the comparison line where the bad key 'timstamp' is compared against the correct key 'timestamp'. Test Plan: 1) Check out a decent number of items in a row ( 5+ ) 2) Hopefully you will see they are sorted incorrectly 3) Apply this patch 4) Reload the page 5) Note they are now sorted correctly -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14299 --- Comment #4 from Marc Véron <veron@veron.ch> --- Created attachment 39743 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39743&action=edit [Signed-off] Bug 14299 - Today's checkouts not always sorting correctly Sometimes the today's checkouts do not sort correctly. This is due to a simple typo in the comparison line where the bad key 'timstamp' is compared against the correct key 'timestamp'. Test Plan: 1) Check out a decent number of items in a row ( 5+ ) 2) Hopefully you will see they are sorted incorrectly 3) Apply this patch 4) Reload the page 5) Note they are now sorted correctly Followed test plan. Works as expected. Signed-off-by: Marc Véron <veron@veron.ch> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14299 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron@veron.ch Attachment #39688|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14299 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14299 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |13908 CC| |jonathan.druart@biblibre.co | |m -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14299 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|3.18 |master -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14299 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14299 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #39743|0 |1 is obsolete| | --- Comment #5 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 39810 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39810&action=edit Bug 14299 - Today's checkouts not always sorting correctly Sometimes the today's checkouts do not sort correctly. This is due to a simple typo in the comparison line where the bad key 'timstamp' is compared against the correct key 'timestamp'. Test Plan: 1) Check out a decent number of items in a row ( 5+ ) 2) Hopefully you will see they are sorted incorrectly 3) Apply this patch 4) Reload the page 5) Note they are now sorted correctly Followed test plan. Works as expected. Signed-off-by: Marc Véron <veron@veron.ch> Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14299 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |tomascohen@gmail.com --- Comment #6 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Patch pushed to master. Thanks Kyle! -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14299 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |chris@bigballofwax.co.nz --- Comment #7 from Chris Cormack <chris@bigballofwax.co.nz> --- Pushed to 3.20.x will be in 3.20.1 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14299 Liz Rea <wizzyrea@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wizzyrea@gmail.com --- Comment #8 from Liz Rea <wizzyrea@gmail.com> --- Patch pushed to 3.18.x will be in 3.18.08 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org