Summary: | Staff interface header - patron search autocomplete no longer works (Uncaught TypeError: search_fields.forEach is not a function) | ||
---|---|---|---|
Product: | Koha | Reporter: | David Nind <david> |
Component: | Staff interface | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P5 - low | CC: | fridolin.somers, gmcharlt |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
23.11.00
|
|
Circulation function: | |||
Bug Depends on: | 26916 | ||
Bug Blocks: | |||
Attachments: |
Bug 35303: (bug 26916 follow-up) Fix paton autocomplete
Bug 35303: (bug 26916 follow-up) Fix paton autocomplete Bug 35303: (bug 26916 follow-up) Fix paton autocomplete |
Description
David Nind
2023-11-09 13:24:03 UTC
Created attachment 158717 [details] [review] Bug 35303: (bug 26916 follow-up) Fix paton autocomplete Fix the following JS error: Uncaught TypeError: search_fields.forEach is not a function Created attachment 158721 [details] [review] Bug 35303: (bug 26916 follow-up) Fix paton autocomplete Fix the following JS error: Uncaught TypeError: search_fields.forEach is not a function Signed-off-by: David Nind <david@davidnind.com> Thanks Jonathan! Created attachment 158742 [details] [review] Bug 35303: (bug 26916 follow-up) Fix paton autocomplete Fix the following JS error: Uncaught TypeError: search_fields.forEach is not a function Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> Pushed to master for 23.11. Nice work everyone, thanks! |