mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
Fix board deletion, update dependencies. Closes #146
This commit is contained in:
parent
fe91b5241e
commit
2130c04548
9 changed files with 815 additions and 601 deletions
|
@ -20,6 +20,8 @@ module.exports = {
|
|||
},
|
||||
|
||||
async fn(inputs) {
|
||||
const { currentUser } = this.req;
|
||||
|
||||
let { board } = await sails.helpers.boards
|
||||
.getProjectPath(inputs.id)
|
||||
.intercept('pathNotFound', () => Errors.BOARD_NOT_FOUND);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue