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

build: release v6.73.0 #6655

Closed
wants to merge 4 commits into from
Closed

build: release v6.73.0 #6655

wants to merge 4 commits into from

Conversation

LinHuiqing
Copy link
Contributor

New

  • fix: failed ensures should block submission #6654
  • build: merge v6.72.0 into develop #6650
  • fix: address should be lower case #6653
  • build: release v6.72.0 #6649

Dependencies

Dev-Dependencies

Tests

fix: failed ensures should block submission #6654

Check that storage mode submissions will be gated by ensures.

  • ensureIsPublicForm:
    • Go to a public form.
    • Close the form on the admin portal.
    • Make a submission. Submission should not succeed.
      • Error should be shown to client.
      • New submission should not show up on DB
  • ensureValidCaptcha:
    • Go to a public form with captcha disabled.
    • Enable captcha on the admin portal.
    • Make a submission. Submission should succeed.
  • ensureFormWithinSubmissionLimits:
    • Go to a public form with a submission limit. The form should still be open at this point.
    • On the DB, edit the submission limit so that it is less than or equal to the number of existing submissions.
    • Make a submission. Submission should not succeed.
      • Error should be shown to client.
      • New submission should not show up on DB

@LinHuiqing
Copy link
Contributor Author

Closed as #6651 is not in yet!

@LinHuiqing LinHuiqing closed this Aug 24, 2023
@LinHuiqing LinHuiqing deleted the release_v6.73.0 branch August 24, 2023 06:14
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.

None yet

2 participants