mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Split AttachmentStoreStrategy classes to new FileStoreStrategy classes
This commit is contained in:
parent
dd0d5dbe9f
commit
883beba9ed
4 changed files with 310 additions and 225 deletions
|
|
@ -147,11 +147,11 @@ BlazeComponent.extendComponent({
|
|||
Popup.back();
|
||||
},
|
||||
'click .js-move-storage-fs'() {
|
||||
Meteor.call('moveToStorage', this.data()._id, "fs");
|
||||
Meteor.call('moveAttachmentToStorage', this.data()._id, "fs");
|
||||
Popup.back();
|
||||
},
|
||||
'click .js-move-storage-gridfs'() {
|
||||
Meteor.call('moveToStorage', this.data()._id, "gridfs");
|
||||
Meteor.call('moveAttachmentToStorage', this.data()._id, "gridfs");
|
||||
Popup.back();
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue