TODO: rework folder selection

这个提交包含在:
Christoph Haas 2016-06-14 01:18:00 +02:00
父节点 5bd9a496df
当前提交 2f07db6775
共有 1 个文件被更改,包括 10 次插入0 次删除

查看文件

@ -132,6 +132,16 @@ Zarafa.plugins.contactimporter.dialogs.ImportPanel = Ext.extend(Ext.Panel, {
};
},
getAllContactFolders: function() {
var allFolders = [];
/**
* TODO:
* container.getHierarchyStore() -> 2 stores: inbux und public
* inbox -> substores -> alle folder!
*/
},
/**
* Reloads the data of the grid
* @private