mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10:13 +01:00
commit
079cd95e0e
1 changed files with 0 additions and 32 deletions
|
|
@ -1032,38 +1032,6 @@ Cards.mutations({
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
setTitle(title) {
|
|
||||||
return {
|
|
||||||
$set: {
|
|
||||||
title,
|
|
||||||
},
|
|
||||||
};
|
|
||||||
},
|
|
||||||
|
|
||||||
setDescription(description) {
|
|
||||||
return {
|
|
||||||
$set: {
|
|
||||||
description,
|
|
||||||
},
|
|
||||||
};
|
|
||||||
},
|
|
||||||
|
|
||||||
setRequestedBy(requestedBy) {
|
|
||||||
return {
|
|
||||||
$set: {
|
|
||||||
requestedBy,
|
|
||||||
},
|
|
||||||
};
|
|
||||||
},
|
|
||||||
|
|
||||||
setAssignedBy(assignedBy) {
|
|
||||||
return {
|
|
||||||
$set: {
|
|
||||||
assignedBy,
|
|
||||||
},
|
|
||||||
};
|
|
||||||
},
|
|
||||||
|
|
||||||
move(boardId, swimlaneId, listId, sort) {
|
move(boardId, swimlaneId, listId, sort) {
|
||||||
// Copy Custom Fields
|
// Copy Custom Fields
|
||||||
if (this.boardId !== boardId) {
|
if (this.boardId !== boardId) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue