-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fix(core): session custom fields loading #3803
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
fix(core): session custom fields loading #3803
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
|
Please retry analysis of this Pull-Request directly on SonarQube Cloud |



fix: #3628
Description
Added e2e test to reproduce the issue with loading custom fields on Session entities.
This is an in-progress fix that implements an e2e test which is currently expected to fail. The test demonstrates the problem where Session custom field relations are not being loaded correctly, but the root cause of the issue has not yet been isolated.
Breaking changes
None - this PR only adds a failing test case to document and reproduce the issue.
Test plugin location
The test plugin demonstrating the Session custom fields issue can be found in
packages/dev-server/test-plugins/session-custom-fields/.