1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 21:29:43 +02:00

Fix timer counting, fix flickering on comment creation, update dependencies

This commit is contained in:
Maksim Eltyshev 2019-10-19 17:11:37 +05:00
parent 2566ff376e
commit e07b0bc5b1
5 changed files with 21 additions and 13 deletions

View file

@ -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