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

Request values of inline add/edit containers only when this part of form is submitted #1095

Open
wants to merge 27 commits into
base: v6.x
Choose a base branch
from

Conversation

vvoody-
Copy link

@vvoody- vvoody- commented Aug 14, 2023

Inline add/edit form container can be mapped to object with required properties, so creation of this value object will fail when form controls are set as required but their validation is skipped by validation scope for example when grid filter is submitted.

…orm is submitted

Inline add/edit form container can be mapped to object with required properties, so creation of this value object will fail when container controls values are required but ignored by validation scope
@f3l1x
Copy link
Member

f3l1x commented Mar 12, 2025

Can you please add some tests?

@f3l1x f3l1x added the W: Tests Waiting For Tests label Mar 12, 2025
@f3l1x f3l1x self-assigned this Mar 12, 2025
radimvaculik and others added 26 commits March 13, 2025 15:19
…tches current composer version to avoid severe problems (disabled group-action buttons...)
change of parameters order in implode
… has a value eg. with `.`, the jQuery sizzle engine throws an error when there are no qutes around the value. (contributte#1044)
@vvoody-
Copy link
Author

vvoody- commented Mar 13, 2025

So I rewrote this fix a bit, added test and rebased branch. I'm not sure if I did it right. Should I create new pull request or something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
W: Tests Waiting For Tests
Development

Successfully merging this pull request may close these issues.