TODO: rework folder selection
This commit is contained in:
parent
5bd9a496df
commit
2f07db6775
@ -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
|
* Reloads the data of the grid
|
||||||
* @private
|
* @private
|
||||||
|
Loading…
Reference in New Issue
Block a user