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 "capture fields to select" middleware #198

Merged
merged 4 commits into from
Oct 29, 2024

Conversation

aedart
Copy link
Owner

@aedart aedart commented Oct 29, 2024

Fixes #197

The middlware is now able to accept string and array input. However, in case of other types, the middleware throws a HTTP "400 Bad Request" exception.

@aedart aedart added this to the v8.x milestone Oct 29, 2024
@aedart aedart self-assigned this Oct 29, 2024
@aedart aedart changed the title Fix capture fields to select middleware Fix "capture fields to select" middleware Oct 29, 2024
@aedart aedart merged commit 1771da2 into main Oct 29, 2024
37 checks passed
@aedart aedart deleted the fix-capture-fields-to-select-middleware branch October 29, 2024 12:45
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.

Capture Fields To Select Middleware fails when array submitted
1 participant