1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-24 07:39:44 +02:00
This commit is contained in:
Symon Baikov 2025-07-18 09:23:14 +02:00 committed by GitHub
commit 4596b5fbd4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 34 additions and 0 deletions

View file

@ -53,6 +53,9 @@ module.exports = {
type: 'json',
custom: isStopwatch,
},
customFields: {
type: 'ref',
},
},
exits: {
@ -96,6 +99,10 @@ module.exports = {
'stopwatch',
]);
if (inputs.customFields) {
values.customFields = inputs.customFields;
}
const card = await sails.helpers.cards.createOne
.with({
project,