TODO: rework folder selection

This commit is contained in:
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