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

"requiredIfGroup" validation rule incorrectly applies to all rows instead of single rows #564

Open
njarboe opened this issue Jul 7, 2022 · 1 comment

Comments

@njarboe
Copy link
Member

njarboe commented Jul 7, 2022

If one row in a contribution table has a value in a group then all of the rows need to meet the "requiredIfGroup" rule. This is not the way it should work. Only each row should be checked for this rule, not the whole table. I'm removing these checks from the data model until these are fixed.

@njarboe
Copy link
Member Author

njarboe commented Jul 7, 2022

I'm surprised that this problem has not come up before, so I would guess something has changed in the code recently that is causing this problem

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

No branches or pull requests

2 participants