ソースを参照

Merge branch 'master' of github.com:wekan/wekan

Lauri Ojansivu 5 年 前
コミット
e6a2ffc592
1 ファイル変更1 行追加1 行削除
  1. 1 1
      models/cards.js

+ 1 - 1
models/cards.js

@@ -2220,7 +2220,7 @@ if (Meteor.isServer) {
     const check = Users.findOne({
       _id: req.body.authorId,
     });
-    const members = req.body.members || [req.body.authorId];
+    const members = req.body.members;
     const assignees = req.body.assignees;
     if (typeof check !== 'undefined') {
       const id = Cards.direct.insert({