| Summary: | Patron search is broken | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Victor Grousset/tuxayo <victor> |
| Component: | Patrons | Assignee: | Victor Grousset/tuxayo <victor> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | blocker | ||
| Priority: | P5 - low | CC: | gmcharlt, jonathan.druart, julian.maurice, kyle |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18403 | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | Trivial patch | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
| Bug Depends on: | 18403 | ||
| Bug Blocks: | |||
| Attachments: |
Bug 20214: Fix patron search: remove newline breaking JSON
Bug 20214: Fix patron search: remove newline breaking JSON Bug 20214: Fix patron search: remove newline breaking JSON |
||
|
Description
Victor Grousset/tuxayo
2018-02-15 15:04:41 UTC
Created attachment 71662 [details] [review] Bug 20214: Fix patron search: remove newline breaking JSON == Test plan == 1. go/cgi-bin/koha/members/members-home.pl 2. search "a" 3. result never display 4. apply patch 5. search "a" 3. result display Created attachment 71663 [details] [review] Bug 20214: Fix patron search: remove newline breaking JSON == Test plan == 1. go/cgi-bin/koha/members/members-home.pl 2. search "a" 3. result never display 4. apply patch 5. search "a" 3. result display Signed-off-by: Owen Leonard <oleonard@myacpl.org> Created attachment 71664 [details] [review] Bug 20214: Fix patron search: remove newline breaking JSON == Test plan == 1. go/cgi-bin/koha/members/members-home.pl 2. search "a" 3. result never display 4. apply patch 5. search "a" 3. result display Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> Pushed to master for 18.05, thanks to everybody involved! |