mirror of
https://github.com/plankanban/planka.git
synced 2025-12-17 09:13:23 +03:00
ref: Remove board types, refactoring
This commit is contained in:
@@ -48,7 +48,11 @@ module.exports = {
|
||||
throw Errors.NOT_ENOUGH_RIGHTS;
|
||||
}
|
||||
|
||||
task = await sails.helpers.tasks.deleteOne(task, board, this.req);
|
||||
task = await sails.helpers.tasks.deleteOne.with({
|
||||
board,
|
||||
record: task,
|
||||
request: this.req,
|
||||
});
|
||||
|
||||
if (!task) {
|
||||
throw Errors.TASK_NOT_FOUND;
|
||||
|
||||
Reference in New Issue
Block a user