Closed benfurber closed 3 months ago
0 | 66 | 1 | 0 | 0 |
Details:
fix: question mark validator on question create | |||
Project: onearmy-community-platform | Commit: 030e05fb68 |
||
Status: Passed | Duration: 04:04 💡 | ||
Started: Jul 29, 2024 1:53 PM | Ended: Jul 29, 2024 1:57 PM |
:tada: This PR is included in version 1.204.1 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
PR Checklist
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Correctly formed questions weren't being saved.
What is the new behavior?
Correctly formed questions are being saved.
The question mark validator was erroring when it was called without a value during the final form validation flow. This ensures that the question mark validator returns and thus enables a positive validation.
Does this PR introduce a breaking change?