-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Validate batch invitation users one-by-one
Until now, one invalid email address in a batch upload (CSV) would raise an ambiguous error and give the user no information about what went wrong. Now, if the batch encounters a validation problem, it returns to the original form as before but also displays a more helpful error message. This is a small improvement which avoids some of the complexities of what might be even more helpful error reports (e.g. listing one or all of the invalid email addresses).
- Loading branch information
Showing
3 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Name,Email | ||
Raphael Gupta,[email protected] | ||
Bolormaa Śniegowski,@bolo | ||
Flora Gao,[email protected] | ||
Aureliusz Clemente,aureliusz@examplegovuk |