v1.0.3: 01.05.2014
- compatible with WebApp 1.5 and WebApp 1.6
This commit is contained in:
parent
e29119fc1d
commit
8ddce98d22
@ -1,6 +1,6 @@
|
||||
<project default="all">
|
||||
<!--############# CONFIGURE ALL PROPERTIES FOR THE REPLACER HERE ################-->
|
||||
<property name="plugin_version" value="1.0.2"/>
|
||||
<property name="plugin_version" value="1.0.3"/>
|
||||
<!-- EOC -->
|
||||
|
||||
<property name="root-folder" value="${basedir}/../"/>
|
||||
|
@ -1,3 +1,6 @@
|
||||
v1.0.3: 01.05.2014
|
||||
- compatible with WebApp 1.5 and WebApp 1.6
|
||||
|
||||
v1.0.2: 06.11.2013
|
||||
- fixed: importing attachments
|
||||
- fixed: plugin not enabled bug
|
||||
|
@ -230,13 +230,10 @@ Zarafa.plugins.contactimporter.ImportPlugin = Ext.extend(Zarafa.core.Plugin, {
|
||||
* STARTUP
|
||||
*############################################################################################################################*/
|
||||
Zarafa.onReady(function() {
|
||||
if(container.getSettingsModel().get("zarafa/v1/plugins/contactimporter/enable") === true) {
|
||||
container.registerPlugin(new Zarafa.core.PluginMetaData({
|
||||
name : 'contactimporter',
|
||||
displayName : _('Contactimporter Plugin'),
|
||||
about : Zarafa.plugins.contactimporter.ABOUT,
|
||||
allowUserDisable : true,
|
||||
pluginConstructor : Zarafa.plugins.contactimporter.ImportPlugin
|
||||
}));
|
||||
}
|
||||
container.registerPlugin(new Zarafa.core.PluginMetaData({
|
||||
name : 'contactimporter',
|
||||
displayName : _('Contactimporter Plugin'),
|
||||
about : Zarafa.plugins.contactimporter.ABOUT,
|
||||
pluginConstructor : Zarafa.plugins.contactimporter.ImportPlugin
|
||||
}));
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user