https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38071
--- Comment #7 from Pedro Amorim <[email protected]> --- (In reply to David Nind from comment #6) > I had a go at testing: > > 1. Everything seems to be working correctly for the patrons area. > > 2. For the holdings table, I don't think it is working as expected - maybe > these should be other bugs to fix them up: > 2.1 The standard DataTable header is not shown for the holdings table > until "Show filters" is selected > (that is: > Showing 1 to 4 of 4 entries > ------------------------------------- > Show 20 entries First Previous1 Next Last Search: _______ Clear filter > ....) > 2.2 While the "Clear filter" action is no longer greyed out (when used) > and now works, actually entering something to filter on no longer seems to > work as expected (I'm not sure it worked before the patch either). For > example record 162, Intermediate Perl, search for "Midway" results in "No > matching records found". > 2.3 Dates in the filters (either the DataTables search or in the table > column filter) no longer seem to work. For example: start typing 09/04 for > either option Thank you David, I'm convinced these are all different bugs. 2.1) This is the case before the patches. I don't remember why but I think it was decided to group all of that on the "Show/Hide filters". Not caused by these patches. 2.2) I believe this is because "midway" does not exist on the holdings data. Midway's code is "MPL". Search for "MPL", you'll get Midway. Definitely a separate issue. 2.3) This is a date display problem I think. Not related here. The date displayed is "09/04/2024" but the data contains "2014-09-04". If you search for the latter, you get the results for the former. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
