Hi ThomS,
my quick'n'dirty workaround without disabling the whole zimlet.
Edit /opt/zimbra/zimlets-deployed/com_zimbra_stickynotes/stickynotes.
js and disable the error message popup window.
Code:
--- stickynotes.js.orig 2011-03-28 17:54:51.000000000 +0200
+++ stickynotes.js 2011-03-28 17:52:36.000000000 +0200
@@ -176,7 +176,7 @@
return this._stikyNotesMetaData;
}
} catch(ex) {
- this._showErrorMessage(ex);
+ //this._showErrorMessage(ex);
return;
}
};