Bug 38478 - Patron search results table crashing with Properties not allowed error
Summary: Patron search results table crashing with Properties not allowed error
Status: RESOLVED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Patrons (show other bugs)
Version: Main
Hardware: All All
: P5 - low major
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 36454
Blocks:
  Show dependency treegraph
 
Reported: 2024-11-18 21:11 UTC by Emily Lamancusa (emlam)
Modified: 2024-11-19 13:52 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Emily Lamancusa (emlam) 2024-11-18 21:11:55 UTC
I'm getting patron search failures on main with every search I've tried. (Examples with default KTD data: henry, floyd, koha)

First, I note that if I begin typing a known patron name in the search bar, the search does not autocomplete.

Next, after submitting the search, the patron search results table crashes with the following error:
"Something went wrong when loading the table.
500: Internal Server Error
Properties not allowed: expired"
Comment 1 Jonathan Druart 2024-11-19 06:13:30 UTC
Tried `yarn api:bundle` then `restart_all`?
Comment 2 Jonathan Druart 2024-11-19 09:55:11 UTC
Works for me.
Comment 3 Emily Lamancusa (emlam) 2024-11-19 13:52:54 UTC
Yeah, it works for me now too. Not sure why it didn't before; it was a fresh KTD instance to start with. *shrug* Sorry for the false alarm!