Bug 38123 - Add ability to highlight and float local items to the top of the holdings table
Summary: Add ability to highlight and float local items to the top of the holdings table
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-08 15:15 UTC by Lucas Gass (lukeg)
Modified: 2024-10-08 15:15 UTC (History)
2 users (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas Gass (lukeg) 2024-10-08 15:15:25 UTC
Prior to Bug 33568 we often used jQuery to bring the logged in branch's items to the top of the holdings table and highlight those rows in a different color. This did not change the default sort of the table, it only prepended local items to the top of the table.  

Now with pagination this is more difficult ( impossible? ) to do with jQuery. 

It would be nice if we could add this abilty to Koha, likely tied to a system preference.