-
Notifications
You must be signed in to change notification settings - Fork 1
BI-2691 - Cannot add Xuemei to Alfalfa Prosser program #446
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
Conversation
mlm483
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did some local testing, it looks good.
See my comment about improving the error message.
| static errorCreateUser: string = 'Unable to create user'; | ||
| static errorDeleteUser: string = 'Unable to archive user'; | ||
| static errorGetUsers: string = 'Error while trying to load roles'; | ||
| static errorGetUser: string = 'Error user not found'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would add punctuation or remove the word "Error".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated error message
dmeidlin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I try adding the 51st user (victoria.c@example.com) the backend sends the banner error, "Error creating user, a user with this email already exists." The same error happened when I tried the 52nd user (wendy.c@example.com). The bi-api console did not show any error or stack trace---just the message, "Email already exists."
@dmeidlin Are you seeing a POST |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
passed developer testing
Description
Story:
Dependencies
Testing
Can use the following SQL to setup 50 test users. Test adding a user to a program that is beyond 50 and ensure they are added to the program successfully. Regression test program user management functionality.
Checklist: