mirror of
https://github.com/plankanban/planka.git
synced 2025-12-17 09:13:23 +03:00
Fix timer counting, fix flickering on comment creation, update dependencies
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user