|
|
@ -1095,8 +1095,8 @@ Boards.mutations({ |
|
|
|
return { $set: { allowsChecklists } }; |
|
|
|
return { $set: { allowsChecklists } }; |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
setAllowsAssignee(allowsComments) { |
|
|
|
setAllowsAssignee(allowsAssignee) { |
|
|
|
return { $set: { allowsComments } }; |
|
|
|
return { $set: { allowsAssignee } }; |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
setAllowsAssignedBy(allowsAssignedBy) { |
|
|
|
setAllowsAssignedBy(allowsAssignedBy) { |
|
|
@ -1115,6 +1115,10 @@ Boards.mutations({ |
|
|
|
return { $set: { allowsLabels } }; |
|
|
|
return { $set: { allowsLabels } }; |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setAllowsComments(allowsComments) { |
|
|
|
|
|
|
|
return { $set: { allowsComments } }; |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
setAllowsReceivedDate(allowsReceivedDate) { |
|
|
|
setAllowsReceivedDate(allowsReceivedDate) { |
|
|
|
return { $set: { allowsReceivedDate } }; |
|
|
|
return { $set: { allowsReceivedDate } }; |
|
|
|
}, |
|
|
|
}, |
|
|
|