mirror of
https://github.com/wekan/wekan.git
synced 2026-01-01 07:08:49 +01:00
powerbox identity requests
This commit is contained in:
parent
9f4300d38b
commit
1ad44de8c6
3 changed files with 153 additions and 4 deletions
|
|
@ -163,6 +163,9 @@ Template.membersWidget.helpers({
|
|||
Template.membersWidget.events({
|
||||
'click .js-member': Popup.open('member'),
|
||||
'click .js-manage-board-members': Popup.open('addMember'),
|
||||
'click .sandstorm-powerbox-request-identity'() {
|
||||
window.sandstormRequestIdentity();
|
||||
},
|
||||
'click .js-member-invite-accept'() {
|
||||
const boardId = Session.get('currentBoard');
|
||||
Meteor.user().removeInvite(boardId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue