mirror of
https://github.com/wekan/wekan.git
synced 2026-01-07 01:58:49 +01:00
Add feature: Add due timeline into Calendar view
This commit is contained in:
parent
d5cff1ec48
commit
62b72a03c4
6 changed files with 62 additions and 23 deletions
|
|
@ -289,6 +289,7 @@ if (Meteor.isServer) {
|
|||
activities: { $in: [description, 'all'] },
|
||||
}).fetch();
|
||||
if (integrations.length > 0) {
|
||||
params.watchers = watchers;
|
||||
integrations.forEach(integration => {
|
||||
Meteor.call(
|
||||
'outgoingWebhooks',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue