| 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: | RESOLVED FIXED | QA Contact: | Lucas Gass (lukeg) <lucas> |
| Severity: | critical | ||
| Priority: | P5 - low | CC: | baptiste.wojtkowski, david, emmi.takkinen, fridolin.somers, gmcharlt, lucas |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Small patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: |
25.05.00,24.11.08
|
|
| 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 Depends on Bug 37334 not in 24.11.x No changes to the manual required. Pushed to 24.11.x for 24.11.08 Note: There is a similar bug in aqinvoices reception fixed by this test also. |