mirror of
https://github.com/wekan/wekan.git
synced 2026-02-28 10:54:07 +01:00
Merge rules.
This commit is contained in:
parent
6ab5f093d5
commit
b3a752ef34
6 changed files with 2 additions and 13 deletions
|
|
@ -933,8 +933,6 @@ Cards.mutations({
|
|||
}
|
||||
},
|
||||
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
assignMember(memberId) {
|
||||
return {
|
||||
$addToSet: {
|
||||
|
|
@ -959,7 +957,6 @@ Cards.mutations({
|
|||
}
|
||||
},
|
||||
|
||||
>>>>>>> 36c04edb9f7cf16fb450b76598c4957968d4674b
|
||||
assignCustomField(customFieldId) {
|
||||
return {
|
||||
$addToSet: {
|
||||
|
|
@ -1020,8 +1017,6 @@ Cards.mutations({
|
|||
};
|
||||
},
|
||||
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
setReceived(receivedAt) {
|
||||
return {
|
||||
$set: {
|
||||
|
|
@ -1111,7 +1106,6 @@ Cards.mutations({
|
|||
};
|
||||
},
|
||||
|
||||
>>>>>>> 36c04edb9f7cf16fb450b76598c4957968d4674b
|
||||
setParentId(parentId) {
|
||||
return {
|
||||
$set: {
|
||||
|
|
|
|||
|
|
@ -115,7 +115,6 @@ function publishCheckActivity(userId,doc){
|
|||
checklistItemId: doc._id,
|
||||
checklistItemName:doc.title
|
||||
}
|
||||
console.log(act);
|
||||
Activities.insert(act);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue