Fix GuestUser serialization - #7914
Conversation
|
I did the Claude code review as well. This fixes the BVT failure. So the full picture:
So yes — flipping that one site setting is the entire trigger. It's not a narrow internal code path; it's the single fork that decides what every unauthenticated request on that site resolves to as its current user. |
|
Local validation — PR #7914 (Fix GuestUser serialization) Built and ran this branch locally (enlistment fully synced to current develop) to validate both the serialization fix and the Guest scenario (default config): Called the MCP
Conclusion: fix works as intended and doesn't reintroduce a user-facing gap for the no-guest-account case. |
|
Re-ran the EHR test 8 of which had failed, not related to this PR per the Test Team. |
Rationale
Related PR added the guest permissions message by creating an anonymous class. This is unnecessary and fouls up serialization of guest users, so move the method override to the
GuestUserclass where it belongs.Related Pull Requests
Tasks 📍
Test AutomationExisting test flagged the serialization problem