You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current error is:
"This user is already assigned to a portfolio. Based on current waffle flag settings, users cannot be assigned to multiple portfolios." (in the case of a user)
Or
"This user is already assigned to a portfolio invitation. Based on current waffle flag settings, users cannot be assigned to multiple portfolios." (in the case of a non-user)
Expected Behavior
The errors should be:
"< email > is already a member of another .gov organization." (in the case of a user)
Or
"< email > has already been invited to another .gov organization." (in the case of a non-user)
These errors should trigger regardless of the multiple_portfolio flag setting
Steps to Reproduce
Invite an existing portfolio user to the portfolio
Invite an already invited non-user email to the portfolio
Environment
No response
Additional Context
No response
Issue Links
No response
The text was updated successfully, but these errors were encountered:
Current Behavior
The current error is:
"This user is already assigned to a portfolio. Based on current waffle flag settings, users cannot be assigned to multiple portfolios." (in the case of a user)
Or
"This user is already assigned to a portfolio invitation. Based on current waffle flag settings, users cannot be assigned to multiple portfolios." (in the case of a non-user)
Expected Behavior
The errors should be:
"< email > is already a member of another .gov organization." (in the case of a user)
Or
"< email > has already been invited to another .gov organization." (in the case of a non-user)
These errors should trigger regardless of the multiple_portfolio flag setting
Steps to Reproduce
Environment
No response
Additional Context
No response
Issue Links
No response
The text was updated successfully, but these errors were encountered: