Bug 38311 - DataTables - Simplify the building of the dropdown list filters
Summary: DataTables - Simplify the building of the dropdown list filters
Status: BLOCKED
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-09-05 14:34 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
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
Bug 38311: Add dropdown list to column filters linked to an AV - Vue components (9.04 KB, patch)
2025-09-05 14:25 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
Comment 3 Jonathan Druart 2025-09-05 14:25:40 UTC
Created attachment 186209 [details] [review]
Bug 38311: Add dropdown list to column filters linked to an AV - Vue components
Comment 4 Jonathan Druart 2025-09-05 14:26:11 UTC Comment hidden (obsolete)
Comment 5 Jonathan Druart 2025-09-05 14:26:31 UTC
This is ready but blocked by parent bugs.