forked from extern/egroupware
Unlock mail folder tree after setFolderStatus operation is finished
This commit is contained in:
parent
a25630b383
commit
ac55076b7b
@ -1064,10 +1064,11 @@ app.classes.mail = AppJS.extend(
|
|||||||
*/
|
*/
|
||||||
mail_queueRefreshFolderList: function(_folders)
|
mail_queueRefreshFolderList: function(_folders)
|
||||||
{
|
{
|
||||||
|
var self = this;
|
||||||
// as jsonq is too fast wrap it to be delayed a bit, to ensure the folder actions
|
// as jsonq is too fast wrap it to be delayed a bit, to ensure the folder actions
|
||||||
// are executed last of the queue
|
// are executed last of the queue
|
||||||
window.setTimeout(function() {
|
window.setTimeout(function() {
|
||||||
egw.jsonq('mail.mail_ui.ajax_setFolderStatus',[_folders]);
|
egw.jsonq('mail.mail_ui.ajax_setFolderStatus',[_folders], function (){self.unlock_tree()});
|
||||||
}, 100);
|
}, 100);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user