Skip to content
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

fix(next): properly sets doc id types when using postgres #9381

Merged
merged 3 commits into from
Nov 20, 2024

Conversation

jacobsfletch
Copy link
Member

@jacobsfletch jacobsfletch commented Nov 20, 2024

Fixes #9351. When using Postgres, doc ids were being treated as a string as opposed to a number within the admin panel. This led to issues for anything relying on the docID from context, such as the join field not properly populating initial data when creating new documents, etc.

@jacobsfletch jacobsfletch changed the title fix(next): collection customIDType handling fix(next): properly handles custom id types Nov 20, 2024
@jacobsfletch jacobsfletch marked this pull request as ready for review November 20, 2024 19:45
@jacobsfletch jacobsfletch changed the title fix(next): properly handles custom id types fix(next): properly sets doc id types when using postgres Nov 20, 2024
@jacobsfletch jacobsfletch merged commit 07a9125 into main Nov 20, 2024
60 checks passed
@jacobsfletch jacobsfletch deleted the fix/join-create-new branch November 20, 2024 20:02
Copy link

🚀 This is included in version v3.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"add new" join button not working. default relationship invalid
1 participant