mirror of
https://github.com/wekan/wekan.git
synced 2026-01-26 03:06:09 +01:00
Merge branch 'devel' of https://github.com/andresmanelli/wekan into andresmanelli-devel
This commit is contained in:
commit
d6ef4a8266
3 changed files with 8 additions and 4 deletions
|
|
@ -29,7 +29,10 @@ Meteor.methods({
|
|||
text: `${text}`,
|
||||
};
|
||||
|
||||
['cardId', 'listId', 'oldListId', 'boardId'].forEach((key) => {
|
||||
[ 'cardId', 'listId', 'oldListId',
|
||||
'boardId', 'comment', 'user',
|
||||
'card', 'commentId',
|
||||
].forEach((key) => {
|
||||
if (params[key]) value[key] = params[key];
|
||||
});
|
||||
value.description = description;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue