From d52affe65893f17bab59bb43aa9f5afbb54993d3 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 25 May 2020 17:54:51 +0300 Subject: Move In Progress ostrio-files changes to separate branch, and revert ostrio-files changes, so that: - Export to CSV/TSV with custom fields works - Attachments are not exported to disk - It is possible to build arm64/s390x versions again. Thanks to xet7 ! Related #3110 --- models/wekanCreator.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'models/wekanCreator.js') diff --git a/models/wekanCreator.js b/models/wekanCreator.js index c5591a0b..9914f817 100644 --- a/models/wekanCreator.js +++ b/models/wekanCreator.js @@ -415,7 +415,6 @@ export class WekanCreator { const self = this; if (Meteor.isServer) { if (att.url) { - // FIXME: Change to new file library file.attachData(att.url, function(error) { file.boardId = boardId; file.cardId = cardId; @@ -441,7 +440,6 @@ export class WekanCreator { } }); } else if (att.file) { - // FIXME: Change to new file library file.attachData( Buffer.from(att.file, 'base64'), { -- cgit v1.2.3-1-g7c22