Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New
#6745
#6765
#6575
#6764
#6762
Dependencies
Dev-Dependencies
Tests
feat: add index to myinfo child email response
#6745
@justynoh
Test for index - this can't be performed on Staging as the mockpass profiles only have 1 child, but can be tested locally
[MyInfo] Child 1 Name
Regression test
[MyInfo] Child 1 Name
feat: add range validation to number field
#6575
@wanlingt
Manual tests for range validation:
Range of values allowed
underField restriction
.0
for minimum or maximum value. This should display an error.Regression tests (for
EditNumber.tsx
)Number of characters allowed
underField restriction
.Number of characters
. This should display an error.Deploy notes
New scripts:
migrate-number-field-schema.js
: This script migratesValidationOptions
toValidationOptions.LengthValidationOptions
for all existing number form fields.fix: missing errors in error mapper
#6764
@wanlingt
-I
flag to the cURL request.