mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 05:09:43 +02:00
Fix timer counting, fix flickering on comment creation, update dependencies
This commit is contained in:
parent
680d664279
commit
be6158afe5
5 changed files with 21 additions and 13 deletions
|
@ -44,7 +44,7 @@ module.exports = {
|
|||
data: _.pick(inputs, ['text'])
|
||||
};
|
||||
|
||||
const action = await sails.helpers.createAction(card, currentUser, values);
|
||||
const action = await sails.helpers.createAction(card, currentUser, values, this.req);
|
||||
|
||||
return exits.success({
|
||||
item: action
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue