Bug 32448

Summary: Datatable filtering problem whith hidden column
Product: Koha Reporter: Fridolin Somers <fridolin.somers>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32447
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 30406    
Bug Blocks:    

Description Fridolin Somers 2022-12-12 06:38:32 UTC
In biblio record details page for items table :
When a column is hidden, the column filters seems have problem.

Test plan for KTD :
1) Go to /cgi-bin/koha/catalogue/detail.pl?biblionumber=312
2) See that by default in items table columns 'Checkouts' and 'Renewals' (after 'Last seen') are hidden by default
3) Activate filters
4) Search in column 'Date accessioned' with '2', no results
5) Hide column 'Item type'
6) Search in column 'Collection' with 'e', no results
Looks like the search is performed on next column.
7) Search in column 'Home library' with 'Reference', no line is filtered!
Comment 1 Fridolin Somers 2022-12-12 06:38:48 UTC
Surely linked to Bug 30406
Comment 2 Katrin Fischer 2022-12-28 22:06:33 UTC
Can confirm this bug still exists with bug 30406 fixed.
Comment 3 Fridolin Somers 2023-12-05 06:17:07 UTC
Great, fixed

*** This bug has been marked as a duplicate of bug 30406 ***