Guys we're looking into the best possible option for correcting this - as many aren't happy with having to move all files to root level briefcase folders & re-share (time consuming for users or admins short of scripting), or can't wait or 5.0.7, (and some might be hitting it in other sub-folder locations).
While it may look like a two line fix, there can often be more to it:
/opt/zimbra/mailboxd/webapps/zimbra/
js/zimbraMail/briefcase/controller/ZmBriefcaseController.
js > /opt/zimbra/mailboxd/webapps/zimbra/
js/Briefcase_all.
js > /opt/zimbra/mailboxd/webapps/zimbra/
js/Briefcase_all.
js.zgz
Quote:
ZmBriefcaseController.prototype.searchFolder =
function(folderId,callback) {
var idText = AjxUtil.isNumeric(folderId) ? folderId : ['"', folderId, '"'].join("");
var search = 'inid:"' + idText + '"';
|
Has been changed to:
Quote:
ZmBriefcaseController.prototype.searchFolder =
function(folderId,callback) {
var search = 'inid:"' + folderId + '"';
|
I know some of you have been playing with the idea of 'attempting to modify those' - but
to avoid invalidating your support, we ask that NE customers do NOT modify without a patch released from us & tested by QA.
-Please make sure you're CC'd on the bug so you can be notified.