summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-04-25 20:33:43 +0300
committerLauri Ojansivu <x@xet7.org>2017-04-25 20:33:43 +0300
commit44f3596b9ea2227da83a993fde9c18caea6fcb84 (patch)
treec2674a71172da397622e32d78c6bce2cb7e46d48
parent1d126d20f7f366b92bb92cdc304d9fe58eea4817 (diff)
parent6095002faff6a1fd4418b0d9a1c68d6bfbd52bed (diff)
downloadwekan-44f3596b9ea2227da83a993fde9c18caea6fcb84.tar.gz
wekan-44f3596b9ea2227da83a993fde9c18caea6fcb84.tar.bz2
wekan-44f3596b9ea2227da83a993fde9c18caea6fcb84.zip
Merge branch 'devel'
-rw-r--r--models/import.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/models/import.js b/models/import.js
index 41c2204b..4e78c53a 100644
--- a/models/import.js
+++ b/models/import.js
@@ -145,6 +145,7 @@ class TrelloCreator {
userId: Meteor.userId(),
isAdmin: true,
isActive: true,
+ isCommentOnly: false,
}],
permission: this.getPermission(trelloBoard.prefs.permissionLevel),
slug: getSlug(trelloBoard.name) || 'board',
@@ -170,6 +171,7 @@ class TrelloCreator {
userId: wekanId,
isAdmin: this.getAdmin(trelloMembership.memberType),
isActive: true,
+ isCommentOnly: false,
});
}
}