mirror of
https://github.com/wekan/wekan.git
synced 2026-01-21 16:56:11 +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
|
|
@ -50,7 +50,10 @@ Template.attachmentsGalery.helpers({
|
|||
return Attachments.link(this, 'original', '/');
|
||||
},
|
||||
isUploaded() {
|
||||
return !!this.meta.uploaded;
|
||||
return !this.meta.uploading;
|
||||
},
|
||||
isImage() {
|
||||
return !!this.isImage;
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue