mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 00:43:20 +01:00
Fix Uncaught TypeError: this.getArrayMgr is not a function when accessing calendar through SiteMgr
This commit is contained in:
parent
8a6127efea
commit
d59461444e
@ -925,7 +925,7 @@ et2_calendar_event.owner_check = function owner_check(event, parent, owner_too)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
options = this.getArrayMgr("sel_options").getRoot().getEntry('owner');
|
options = parent.getArrayMgr("sel_options").getRoot().getEntry('owner');
|
||||||
}
|
}
|
||||||
if(event.participants && parent.options.owner)
|
if(event.participants && parent.options.owner)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user