mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Add move function to boards mutations
This commit is contained in:
parent
10fcc19b7f
commit
b3efa71d13
1 changed files with 4 additions and 0 deletions
|
@ -1194,6 +1194,10 @@ Boards.mutations({
|
|||
setPresentParentTask(presentParentTask) {
|
||||
return { $set: { presentParentTask } };
|
||||
},
|
||||
|
||||
move(sortIndex) {
|
||||
return { $set: { sort: sortIndex } };
|
||||
},
|
||||
});
|
||||
|
||||
function boardRemover(userId, doc) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue