-
Couldn't load subscription status.
- Fork 136
Closed
Description
Expected behavior
When successfully invite a user by email it's cleared form the input.
Actual behavior
When successfully invite a user by email it stays in the input as if we failed to invite such a user.
Steps to reproduce the problem
- Invite any user by email (in the Customer Team), but the user should not be registered in Topcoder yet
- Observer that success alert has been shown in the bottom left corner and invitation has been added to the list. But the email still stays in the input field.
Screenshot/screencast
User
Any non-admin user who got masked emails, for example, pshah_manager.
Reason
This happens after we started masking emails in the invites. So when we get response from the server with masked email, we don't know if we should remove it from the input or no.
