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

View File

@@ -1,5 +1,5 @@
/**
* plugin.contactimporter.js zarafa calender to ics im/exporter
* plugin.contactimporter.js zarafa contactimporter
*
* Author: Christoph Haas <christoph.h@sprinternet.at>
* Copyright (C) 2012-2013 Christoph Haas
@@ -165,8 +165,8 @@ Zarafa.plugins.contactimporter.ImportPlugin = Ext.extend(Zarafa.core.Plugin, {
// request attachment preperation
container.getRequest().singleRequest(
'calendarmodule',
'attachmentpath',
'contactmodule',
'importattachment',
{
entryid : entryid,
store: store,