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(db-postgres): Fixes nested groups inside nested blocks #5882

Merged

Conversation

rfdomingues98
Copy link
Contributor

Description

fix #5880
It seems to be passing on all the existing tests that are related. I haven't tested this further to check for potential edge cases.

  • I have read and understand the CONTRIBUTING.md document in this repository.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • I have added tests that prove my fix is effective or that my feature works
  • Existing test suite passes locally with my changes

@DanRibbens
Copy link
Contributor

I made the same fix to tabs and also removed the prefix.replace(). This should have been replaceAll, but I removed it instead since field joining characters are "_" anyways.

@DanRibbens DanRibbens merged commit e258866 into payloadcms:main Apr 21, 2024
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Nested groups in nested blocks
2 participants