temp. workaround to get calendar conflicts working again, see my.stylite.de #6343

This commit is contained in:
Ralf Becker 2014-02-14 09:53:34 +00:00
parent 8f26f6fc56
commit e60294fdf4

View File

@ -426,6 +426,11 @@ var et2_readonlysArrayMgr = et2_arrayMgr.extend(
*/
expandName: function(ident)
{
// this is a temp. workaround to get calendar conflicts working again
if (!this.perspectiveData.owner)
{
return this._super.apply(this, arguments);
}
return this.perspectiveData.owner.getArrayMgr('content').expandName(ident);
}
});