Fix #2268
@@ -1032,38 +1032,6 @@ Cards.mutations({
};
},
- setTitle(title) {
- return {
- $set: {
- title,
- },
- };
-
- setDescription(description) {
- description,
- setRequestedBy(requestedBy) {
- requestedBy,
- setAssignedBy(assignedBy) {
- assignedBy,
move(boardId, swimlaneId, listId, sort) {
// Copy Custom Fields
if (this.boardId !== boardId) {