[Bug 42514] New: All patron autocomplete API searches broken on staff side
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42514 Bug ID: 42514 Summary: All patron autocomplete API searches broken on staff side Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff interface Assignee: koha-bugs@lists.koha-community.org Reporter: ephetteplace@cca.edu QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com I see this on main on ktd right now if I go anywhere in the staff side and try to use a patron search box (e.g. in the "check out" input in the header, on the circ > holds page, on the Patrons page). Nothing autocompletes and there are JS errors in the console: jquery-3.6.0.min_25.1200056.js:2 GET http://localhost:8081/api/v1/patrons?_page=1&_per_page=10&q=%5B%7B%22-and%22%3A%5B%5B%7B%22me.firstname%22%3A%7B%22like%22%3A%22ace%25%22%7D%7D%2C%7B%22me.preferred_name%22%3A%7B%22like%22%3A%22ace%25%22%7D%7D%2C%7B%22me.middle_name%22%3A%7B%22like%22%3A%22ace%25%22%7D%7D%2C%7B%22me.surname%22%3A%7B%22like%22%3A%22ace%25%22%7D%7D%2C%7B%22me.othernames%22%3A%7B%22like%22%3A%22ace%25%22%7D%7D%2C%7B%22me.cardnumber%22%3A%7B%22like%22%3A%22ace%25%22%7D%7D%2C%7B%22me.userid%22%3A%7B%22like%22%3A%22ace%25%22%7D%7D%5D%5D%7D%2C%7B%22-or%22%3A%5B%7B%22me.firstname%22%3A%7B%22like%22%3A%22ace%25%22%7D%7D%2C%7B%22me.preferred_name%22%3A%7B%22like%22%3A%22ace%25%22%7D%7D%2C%7B%22me.middle_name%22%3A%7B%22like%22%3A%22ace%25%22%7D%7D%2C%7B%22me.surname%22%3A%7B%22like%22%3A%22ace%25%22%7D%7D%2C%7B%22me.othernames%22%3A%7B%22like%22%3A%22ace%25%22%7D%7D%2C%7B%22me.cardnumber%22%3A%7B%22like%22%3A%22ace%25%22%7D%7D%2C%7B%22me.userid%22%3A%7B%22like%22%3A%22ace%25%22%7D%7D%5D%7D%5D&_order_by=%2Bme.surname%2C%2Bme.firstname 500 (Internal Server Error) If I open the REST API call on its own I get this JSON: { "errors": [ { "message": "Properties not allowed: self_renewal_available.", "path": "/body/0" } ], "status": 500 } -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42514 Eric Phetteplace <ephetteplace@cca.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |major -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42514 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m --- Comment #1 from Fridolin Somers <fridolin.somers@biblibre.com> --- Hi Can't find self_renewal_available in main. Maybe your database has tested some patch with DBRev ? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42514 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |26355 --- Comment #2 from Fridolin Somers <fridolin.somers@biblibre.com> --- Ahhh main was not updated Its from Bug 26355 :D https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198441&action=diff Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26355 [Bug 26355] Allow patron account renewals through the OPAC -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42514 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID CC| |lucas@bywatersolutions.com Status|NEW |RESOLVED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42514 --- Comment #3 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- This isn't a bug, you need to `yarn build` -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org