mirror of
https://github.com/wekan/wekan.git
synced 2026-01-29 20:56:09 +01:00
Move every Attachments.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
This commit is contained in:
parent
14ac099e87
commit
fb3b47e2bb
2 changed files with 1 additions and 3 deletions
|
|
@ -588,7 +588,6 @@ Cards.helpers({
|
|||
|
||||
// Copy attachments
|
||||
oldCard.attachments()
|
||||
.map(att => att.get())
|
||||
.forEach(att => {
|
||||
copyFile(att, _id, fileStoreStrategyFactory);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue