mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
patch re-invit
This commit is contained in:
parent
c0ddecb2ee
commit
df54f15ecb
3 changed files with 27 additions and 8 deletions
|
|
@ -82,6 +82,7 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
|
||||
inviteThroughEmail() {
|
||||
/* eslint-disable no-console */
|
||||
const emails = $('#email-to-invite').val().trim().split('\n').join(',').split(',');
|
||||
const boardsToInvite = [];
|
||||
$('.js-toggle-board-choose .materialCheckBox.is-checked').each(function () {
|
||||
|
|
@ -99,9 +100,11 @@ BlazeComponent.extendComponent({
|
|||
// if (!err) {
|
||||
// TODO - show more info to user
|
||||
// }
|
||||
|
||||
this.setLoading(false);
|
||||
});
|
||||
}
|
||||
/* eslint-enable no-console */
|
||||
},
|
||||
|
||||
saveMailServerInfo() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue