Board copy moves the attachments to the "copied from board storage"

This commit is contained in:
Martin Filser 2022-04-30 20:07:03 +02:00
parent fbb0ed5ec1
commit 000e27a4a1
2 changed files with 3 additions and 1 deletions

View file

@ -369,6 +369,7 @@ export const copyFile = function(fileObj, newCardId, fileStoreStrategyFactory) {
swimlaneId: fileObj.meta.swimlaneId,
source: 'copy',
copyFrom: fileObj._id,
copyStorage: strategyRead.getStorageName(),
},
userId: fileObj.userId,
size: fileObj.fileSize,