summaryrefslogtreecommitdiffstats
path: root/models/trelloCreator.js
diff options
context:
space:
mode:
Diffstat (limited to 'models/trelloCreator.js')
-rw-r--r--models/trelloCreator.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/models/trelloCreator.js b/models/trelloCreator.js
index 44030ea5..b0e3325b 100644
--- a/models/trelloCreator.js
+++ b/models/trelloCreator.js
@@ -323,6 +323,9 @@ export class TrelloCreator {
file.boardId = boardId;
file.cardId = cardId;
file.userId = this._user(att.idMemberCreator);
+ // The field source will only be used to prevent adding
+ // attachments' related activities automatically
+ file.source = 'import';
if (error) {
throw(error);
} else {