Bug 38478

Summary: Patron search results table crashing with Properties not allowed error
Product: Koha Reporter: Emily Lamancusa (emlam) <emily.lamancusa>
Component: PatronsAssignee: Bugs List <koha-bugs>
Status: CLOSED INVALID QA Contact: Testopia <testopia>
Severity: major    
Priority: P5 - low CC: gmcharlt, jonathan.druart, kyle.m.hall, pedro.amorim
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 36454    
Bug Blocks:    

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!