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: sanitizes fields in default edit view for drawer content #6175

Merged
merged 1 commit into from May 3, 2024

Conversation

PatrikKozak
Copy link
Contributor

Description

Fixes #6076

Issue: Custom ID field was coming through when editing a doc from within the relationship edit drawer view.

Fix: Sanitizes fields with formatFields in default edit view (used in Drawer component) to properly remove custom ID field from showing in the drawer edit view.

  • 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:

  • Existing test suite passes locally with my changes

@denolfe denolfe merged commit 43dab5c into main May 3, 2024
33 checks passed
@denolfe denolfe deleted the fix/custom-id-drawer-edit-view branch May 3, 2024 14:16
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.

Collections with custom ID field show an extra bugged ID field when opened from relationship dropdown
2 participants