v1.0.2: 06.11.2013

- fixed: importing attachments
 - fixed: plugin not enabled bug
 - fixed: importing website bug
 - fixed: some other bugs
This commit is contained in:
2013-11-06 08:05:06 +00:00
parent ecb8ccfc49
commit e29119fc1d
5 changed files with 164 additions and 6 deletions

View File

@@ -55,6 +55,14 @@ Zarafa.plugins.contactimporter.data.ResponseHandler = Ext.extend(Zarafa.core.dat
doImport : function(response) {
this.successCallback(response);
},
/**
* Call the successCallback callback function.
* @param {Object} response Object contained the response data.
*/
doImportattachment : function(response) {
this.successCallback(response);
},
/**
* In case exception happened on server, server will return