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
Allow newlines between multiple email addresses in new enroll dialog
Users want to be able to paste lists. We also want to let them type
spaces, which the previous impl. prevented.
fixes: CNVS-34878
test plan
- go to a course's people page (/courses/#/users)
- click on +People
- try entering text that includes spacee
> expected result, you can
- copy and paste
auser@example.com
buser@example.com
cuser@example
duser@example.com
> expected result:
- you are told that "duser@example,com" looks like an invalid
address
- you can click "Next" and all 4 adddresses are in the list of users
canvas did not find
Change-Id: Ia4eb40b1b1171f7734286c7e84b01ccb47a9e745
Reviewed-on: https://gerrit.instructure.com/102073
Tested-by: Jenkins
Reviewed-by: Felix Milea-Ciobanu <fmileaciobanu@instructure.com>
QA-Review: Deepeeca Soundarrajan <dsoundarrajan@instructure.com>
Product-Review: McCall Smith <mcsmith@instructure.com>
0 commit comments