mirror of
https://github.com/plankanban/planka.git
synced 2025-07-24 07:39:44 +02:00
Merge ffb9693184
into fdac299fc7
This commit is contained in:
commit
4596b5fbd4
2 changed files with 34 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue