mirror of
https://github.com/wekan/wekan.git
synced 2025-12-28 21:28:49 +01:00
Board copy moves the attachments to the "copied from board storage"
This commit is contained in:
parent
fbb0ed5ec1
commit
000e27a4a1
2 changed files with 3 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue