Disallow certain characters in first and last name on creation of invitation and creation of guest
When a sponsor creates a new guest invitation, and when a guest corrects their name they must now use transcribed characters.
parent
fc79a551
No related branches found
No related tags found
Showing
- frontend/package-lock.json 20 additions, 10 deletionsfrontend/package-lock.json
- frontend/public/locales/en/common.json 2 additions, 0 deletionsfrontend/public/locales/en/common.json
- frontend/public/locales/nb/common.json 2 additions, 0 deletionsfrontend/public/locales/nb/common.json
- frontend/public/locales/nn/common.json 3 additions, 1 deletionfrontend/public/locales/nn/common.json
- frontend/src/routes/guest/register/steps/register.tsx 5 additions, 3 deletionsfrontend/src/routes/guest/register/steps/register.tsx
- frontend/src/routes/sponsor/register/stepPersonForm.tsx 10 additions, 13 deletionsfrontend/src/routes/sponsor/register/stepPersonForm.tsx
- frontend/src/utils/index.test.ts 22 additions, 0 deletionsfrontend/src/utils/index.test.ts
- frontend/src/utils/index.ts 27 additions, 1 deletionfrontend/src/utils/index.ts
- greg/tests/test_utils.py 19 additions, 1 deletiongreg/tests/test_utils.py
- greg/utils.py 5 additions, 0 deletionsgreg/utils.py
- gregui/api/serializers/guest.py 11 additions, 1 deletiongregui/api/serializers/guest.py
- gregui/api/serializers/invitation.py 17 additions, 1 deletiongregui/api/serializers/invitation.py
- gregui/tests/api/views/test_invite_guest.py 37 additions, 4 deletionsgregui/tests/api/views/test_invite_guest.py
Loading
Please register or sign in to comment