Bug 34358 - Generalise library selection filter for datatables
Summary: Generalise library selection filter for datatables
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 33568
Blocks:
  Show dependency treegraph
 
Reported: 2023-07-24 14:30 UTC by Martin Renvoize
Modified: 2023-07-24 15:40 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Renvoize 2023-07-24 14:30:46 UTC
We add a custom library select option to the patron search results datatable. We should really generalise this away from the patron-search includes so it could be used on other ajax driven datatables with the header row filters enabled.

We should support both 'data-filter="libraries"' at the table heading line definition and 'filter: "libraries"' in the datatable column settings definition level.
Comment 1 Martin Renvoize 2023-07-24 14:47:03 UTC
This would be good to add to bug 33568 to improve consistency between different uses of datatables.. having a consistent filter between patron search results and items tables would be great.