Summary: | Enabling RecordStaffUserOnCheckout causes bad default sorting in checkout history | ||
---|---|---|---|
Product: | Koha | Reporter: | Jason Robb <jrobb> |
Component: | Patrons | Assignee: | Lucas Gass (lukeg) <lucas> |
Status: | CLOSED FIXED | QA Contact: | Katrin Fischer <katrin.fischer> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | bugzilla, fridolin.somers, gmcharlt, kyle.m.hall, lucas, rcoert |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
23.11.00,23.05.04,22.11.10
|
|
Circulation function: | |||
Attachments: |
Bug 34356: Make sort order always default to correct column
Bug 34356: Make sort order always default to correct column Bug 34356: Make sort order always default to correct column |
Description
Jason Robb
2023-07-24 13:52:28 UTC
Created attachment 154571 [details] [review] Bug 34356: Make sort order always default to correct column To test: 1- Check out an item to a patron 2- View checkout history, default sort is on 'Date due' 3- Enable RecordStaffUserOnCheckout 4- View checkout history, default sort is on 'Checked out by' 5- Apply patch 6- Table should sort to 'Date due' no matter what the sys pref is set to Created attachment 154572 [details] [review] Bug 34356: Make sort order always default to correct column To test: 1- Check out an item to a patron 2- View checkout history, default sort is on 'Date due' 3- Enable RecordStaffUserOnCheckout 4- View checkout history, default sort is on 'Checked out by' 5- Apply patch 6- Table should sort to 'Date due' no matter what the sys pref is set to Signed-off-by: Jason <jrobb@sekls.org> Fix worked for me, thanks! Created attachment 154805 [details] [review] Bug 34356: Make sort order always default to correct column To test: 1- Check out an item to a patron 2- View checkout history, default sort is on 'Date due' 3- Enable RecordStaffUserOnCheckout 4- View checkout history, default sort is on 'Checked out by' 5- Apply patch 6- Table should sort to 'Date due' no matter what the sys pref is set to Signed-off-by: Jason <jrobb@sekls.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to master for 23.11. Nice work everyone, thanks! Pushed to 23.05.x for 23.05.04 Nice work everyone! Pushed to oldstable for 22.11.x |