Bug 38311 - DataTables - Simplify the building of the dropdown list filters
Summary: DataTables - Simplify the building of the dropdown list filters
Status: ASSIGNED
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Jonathan Druart
QA Contact: Testopia
URL:
Keywords:
Depends on: 38201 40565 36640
Blocks:
  Show dependency treegraph
 
Reported: 2024-10-31 13:54 UTC by Jonathan Druart
Modified: 2025-07-31 13:48 UTC (History)
0 users

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
Bug 38311: Do not use ID for column filters (20.40 KB, patch)
2025-07-31 13:48 UTC, Jonathan Druart
Details | Diff | Splinter Review
Bug 38311: wip Vue (2.00 KB, patch)
2025-07-31 13:48 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2024-10-31 13:54:35 UTC
See "Bug 36640: Fix itemsearch", there is a lot of duplicated code to build the select nodes. We should refactor and simplify this code.

Same on the item list of the bib detail page.
Comment 1 Jonathan Druart 2025-07-31 13:48:03 UTC
Created attachment 184926 [details] [review]
Bug 38311: Do not use ID for column filters
Comment 2 Jonathan Druart 2025-07-31 13:48:05 UTC
Created attachment 184927 [details] [review]
Bug 38311: wip Vue