We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Batch determination raise Value error if selected submissions have different forms. #4226 (comment)
There are other validations as well that might cause the similar issue.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Problematic statuses shouldn't be available for batch actions, it should check the validation on selected submissions and hide those options.
Just for the safer side, try to show error message in UI without performing batch actions instead of raising the error.
The text was updated successfully, but these errors were encountered:
Merge remote-tracking branch 'origin/fix/gh-4290-batch-determination-…
c423adf
…issue' into test
6ecc8ae
sandeepsajan0
Successfully merging a pull request may close this issue.
Describe the bug
Batch determination raise Value error if selected submissions have different forms. #4226 (comment)
There are other validations as well that might cause the similar issue.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Problematic statuses shouldn't be available for batch actions, it should check the validation on selected submissions and hide those options.
Just for the safer side, try to show error message in UI without performing batch actions instead of raising the error.
The text was updated successfully, but these errors were encountered: