-
Notifications
You must be signed in to change notification settings - Fork 437
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
feat(invitations): Import e-mail participants from CSV 🗒️ #13875
base: main
Are you sure you want to change the base?
Conversation
<NcButton type="primary" | ||
:disabled="!uploadResult" | ||
@click="submitList(importedFile)"> | ||
{{ t('spreed', 'Submit list from file') }} |
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.
The label feels wrong.
Does it to "testRun" on upload automatically now?
Or should it be a dedicated button?
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.
yes, testRun
is going automatically when upload a file
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 still call it "Send invites" or something?
cc @DorraJaouad what do you think, as Maksim is on vacation
Signed-off-by: Joas Schilling <[email protected]>
8bd5be8
to
ee1aaa3
Compare
Signed-off-by: Maksim Sukharev <[email protected]>
Signed-off-by: Maksim Sukharev <[email protected]>
Signed-off-by: Maksim Sukharev <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
57de980
to
1e7c6ca
Compare
|
||
try { | ||
await importEmails(props.token, file, false) | ||
showSuccess(t('spreed', 'Participants added successfully')) |
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.
ee1aaa3
to
6017b86
Compare
☑️ Resolves
🖌️ UI Checklist
🖼️ Screenshots / Screencasts
🚧 Tasks
🏁 Checklist