TODO: rework folder selection

Cette révision appartient à :
Christoph Haas 2016-06-14 01:18:00 +02:00
Parent 5bd9a496df
révision 2f07db6775
1 fichiers modifiés avec 10 ajouts et 0 suppressions

Voir le fichier

@ -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