Merge branch 'dollybean' of https://github.com/2020product/wekan into 2020product-dollybean

This commit is contained in:
Lauri Ojansivu 2020-02-05 01:17:15 +02:00
commit 65fa2f626f
17 changed files with 1063 additions and 146 deletions

View file

@ -30,6 +30,7 @@ Template.boardMenuPopup.events({
'click .js-outgoing-webhooks': Popup.open('outgoingWebhooks'),
'click .js-import-board': Popup.open('chooseBoardSource'),
'click .js-subtask-settings': Popup.open('boardSubtaskSettings'),
'click .js-card-settings': Popup.open('boardCardSettings')
});
Template.boardMenuPopup.helpers({