mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
Fix refresh of drafts folder when saving a draft
This commit is contained in:
@@ -128,7 +128,7 @@
|
||||
// },
|
||||
onSuccessItem: function(item, response, status, headers) {
|
||||
vm.message.$setUID(response.uid);
|
||||
vm.message.$reload({asDraft: false});
|
||||
vm.message.$reload();
|
||||
item.inlineUrl = response.lastAttachmentAttrs[0].url;
|
||||
//console.debug(item); console.debug('success = ' + JSON.stringify(response, undefined, 2));
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user