mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
temp. workaround to get calendar conflicts working again, see my.stylite.de #6343
This commit is contained in:
parent
8f26f6fc56
commit
e60294fdf4
@ -426,6 +426,11 @@ var et2_readonlysArrayMgr = et2_arrayMgr.extend(
|
|||||||
*/
|
*/
|
||||||
expandName: function(ident)
|
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);
|
return this.perspectiveData.owner.getArrayMgr('content').expandName(ident);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user