mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fix migrated attachment not readable bug
Remove reduandant files
This commit is contained in:
parent
09ce3e464f
commit
4064f3f406
5 changed files with 43 additions and 26 deletions
|
|
@ -70,7 +70,9 @@ Utils = {
|
|||
streams: 'dynamic',
|
||||
chunkSize: 'dynamic',
|
||||
};
|
||||
settings.meta = {};
|
||||
settings.meta = {
|
||||
uploading: true
|
||||
};
|
||||
if (card.isLinkedCard()) {
|
||||
settings.meta.boardId = Cards.findOne(card.linkedId).boardId;
|
||||
settings.meta.cardId = card.linkedId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue