TODO: rework folder selection

このコミットが含まれているのは:
Christoph Haas 2016-06-14 01:18:00 +02:00
コミット 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