Summary: | Cannot filter patrons by "Browse by last name" | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Staff interface | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | Pushed to main --- | QA Contact: | Lucas Gass (lukeg) <lucas> |
Severity: | critical | ||
Priority: | P5 - low | CC: | emmi.takkinen, gmcharlt, lucas |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Small patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
25.05.00
|
Circulation function: | |
Bug Depends on: | 37334 | ||
Bug Blocks: | |||
Attachments: |
Bug 40002: Fix filtering of patrons by 'Browse by last name'
Bug 40002: Fix filtering of patrons by 'Browse by last name' Bug 40002: Add a cypress test Bug 40002: Fix filtering of patrons by 'Browse by last name' Bug 40002: Add a cypress test |
Description
Jonathan Druart
2025-05-27 08:05:29 UTC
Created attachment 182789 [details] [review] Bug 40002: Fix filtering of patrons by 'Browse by last name' We cannot longer filter patrons by first letter, the browser errors "Uncaught TypeError: v.replace is not a function" Created attachment 182790 [details] [review] Bug 40002: Fix filtering of patrons by 'Browse by last name' We cannot longer filter patrons by first letter, the browser errors "Uncaught TypeError: v.replace is not a function" Signed-off-by: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> Tested, this also fixes records holding table. Created attachment 182793 [details] [review] Bug 40002: Add a cypress test Oops I forgot to attach the tests. Also fixes a similar problem in bookings/list.pl Created attachment 182804 [details] [review] Bug 40002: Fix filtering of patrons by 'Browse by last name' We cannot longer filter patrons by first letter, the browser errors "Uncaught TypeError: v.replace is not a function" Signed-off-by: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Created attachment 182805 [details] [review] Bug 40002: Add a cypress test Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Pushed to 25.05.00 - included in the new package v25.05.00-2 |