Summary: | OPACShelfBrowser secondary sort should be biblio.title not item.itemnumber | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
Component: | OPAC | Assignee: | Lucas Gass (lukeg) <lucas> |
Status: | Failed QA --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | philip.orr |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: | Bug 35484: Make secondary sort use biblio.title |
Description
Lucas Gass (lukeg)
2023-12-04 23:07:48 UTC
Created attachment 162717 [details] [review] Bug 35484: Make secondary sort use biblio.title To test: 1. In k-t-d, set all item itemcallnumbers to the same thing, ie: 'abcdefg'; 2. Touch all items to update the cn_sort values 3. Turn on OPACShelfBrowser and view a record detail page on the OPAC. 4. Browse the shelf and see that all items are organized by itemnumber. 5. APPLY PATCH and restart_services 6. Try again, now the secondary sort should be using biblio.title, not itemnumber. Hmm, not working for me. After following the test plan, I'm looking at the OPAC record detail page for "Ruby cookbook" (I'm on ktd). The next items (to the right) after "Ruby cookbook" start with a P. (Here: "Pro Javascript design patterns") The items to the left ("Previous") do seem to be alphabetically sorted now. Clicking on "Next:" to load the next few items in the shelfbrowser also only loads items to the right of the original item. The items to the left (so the "Previous") all stay the same. Clicking on "Previous" does load all new items. |