mirror of
https://github.com/plankanban/planka.git
synced 2025-07-20 13:49:43 +02:00
feat: SMTP integration and email notifications (#631)
This commit is contained in:
parent
0176650f67
commit
bcd3ea86e8
14 changed files with 188 additions and 4 deletions
|
@ -25,6 +25,10 @@ module.exports = {
|
|||
custom: valuesValidator,
|
||||
required: true,
|
||||
},
|
||||
board: {
|
||||
type: 'ref',
|
||||
required: true,
|
||||
},
|
||||
request: {
|
||||
type: 'ref',
|
||||
},
|
||||
|
@ -104,6 +108,7 @@ module.exports = {
|
|||
},
|
||||
user: values.creatorUser,
|
||||
},
|
||||
board: inputs.board,
|
||||
});
|
||||
|
||||
return card;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue