mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 16:35:02 +02:00
Set top level owner to top level widget.
Fixes error if read-only expansion runs off the top of the tree, and no owner found.
This commit is contained in:
@ -428,11 +428,6 @@ 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);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user