This commit is contained in:
Andrés Manelli 2019-03-18 22:49:09 +01:00
parent 1046976c08
commit ef6054b859

View file

@ -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) {
// Copy Custom Fields
if (this.boardId !== boardId) {